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