nixos/miniupnpd: /var/run -> /run
This commit is contained in:
parent
321bc431cc
commit
cc5f08fed8
@ -71,7 +71,7 @@ in
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.miniupnpd}/bin/miniupnpd -f ${configFile}";
|
ExecStart = "${pkgs.miniupnpd}/bin/miniupnpd -f ${configFile}";
|
||||||
PIDFile = "/var/run/miniupnpd.pid";
|
PIDFile = "/run/miniupnpd.pid";
|
||||||
Type = "forking";
|
Type = "forking";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user