fix memray call

This commit is contained in:
Inex Code 2024-11-11 06:31:48 +03:00
parent 1f6a538e9f
commit e28e2cb4bf

View file

@ -51,7 +51,7 @@ in
wantedBy = [ "network-online.target" ];
serviceConfig = {
User = "root";
ExecStart = "${pkgs.memray}/bin/memray --trace-python-allocators --live-remote ${selfprivacy-graphql-api}/bin/app.py";
ExecStart = "${pkgs.memray}/bin/memray run --trace-python-allocators --live-remote ${selfprivacy-graphql-api}/bin/app.py";
Restart = "always";
RestartSec = "5";
};