treewide: ensure ExecReload kill fields has absolute path

This commit is contained in:
h7x4
2025-10-18 15:00:59 +09:00
parent 3ff8577924
commit 1cdf4ba1c8
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ in
serviceConfig = {
Type = "notify";
ExecStart = "${cfg.package}/bin/crio";
ExecReload = "/bin/kill -s HUP $MAINPID";
ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID";
TasksMax = "infinity";
LimitNOFILE = "1048576";
LimitNPROC = "1048576";