nixos/miniupnpd: /var/run -> /run
This commit is contained in:
parent
321bc431cc
commit
cc5f08fed8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.miniupnpd}/bin/miniupnpd -f ${configFile}";
|
||||
PIDFile = "/var/run/miniupnpd.pid";
|
||||
PIDFile = "/run/miniupnpd.pid";
|
||||
Type = "forking";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue