From 7fe0f27f52e95e7f40549c762d87dfa4b2e3d0b9 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Mon, 11 Nov 2024 06:39:05 +0300 Subject: [PATCH] fix --- nixos/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/module.nix b/nixos/module.nix index 1d6f9a3..dc5ae20 100644 --- a/nixos/module.nix +++ b/nixos/module.nix @@ -51,7 +51,7 @@ in wantedBy = [ "network-online.target" ]; serviceConfig = { User = "root"; - ExecStart = "${pkgs.memray}/bin/memray run --trace-python-allocators --follow-fork ${selfprivacy-graphql-api}/bin/.app.py-wrapped"; + ExecStart = "${pkgs.memray}/bin/memray run --trace-python-allocators --follow-fork -o /root/memdump ${selfprivacy-graphql-api}/bin/.app.py-wrapped"; Restart = "always"; RestartSec = "5"; };