nixos/htpdate: /var/run -> /run
This commit is contained in:
parent
1a567685b2
commit
937e733c04
@ -62,7 +62,7 @@ in
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
PIDFile = "/var/run/htpdate.pid";
|
||||
PIDFile = "/run/htpdate.pid";
|
||||
ExecStart = concatStringsSep " " [
|
||||
"${htpdate}/bin/htpdate"
|
||||
"-D -u nobody"
|
||||
|
Loading…
Reference in New Issue
Block a user