mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-01-08 01:23:46 +01:00
synapse-module: source kill from coreutils
This commit is contained in:
@@ -448,7 +448,7 @@ in
|
||||
keys-directory = cfg.dataDir;
|
||||
};
|
||||
in "${wrapped}/bin/synapse_homeserver ${flags}";
|
||||
ExecReload = "${pkgs.utillinux}/bin/kill -HUP $MAINPID";
|
||||
ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -HUP $MAINPID";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user