nixos/htpdate: /var/run -> /run

This commit is contained in:
Bob van der Linden 2018-12-19 22:39:47 +01:00
parent 1a567685b2
commit 937e733c04
No known key found for this signature in database
GPG Key ID: 2A90361F99CF1795

View File

@ -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"