nixos/mbpfan: /var/run -> /run

wip/yesman
Bob van der Linden 6 years ago
parent e1376ddd3d
commit 231d815721
  1. 2
      nixos/modules/services/misc/mbpfan.nix

@ -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…
Cancel
Save