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