nixos/mbpfan: /var/run -> /run
This commit is contained in:
parent
e1376ddd3d
commit
231d815721
|
@ -101,7 +101,7 @@ in {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${cfg.package}/bin/mbpfan -f${verbose}";
|
ExecStart = "${cfg.package}/bin/mbpfan -f${verbose}";
|
||||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||||
PIDFile = "/var/run/mbpfan.pid";
|
PIDFile = "/run/mbpfan.pid";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue