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

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/htpdate.nix
···
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "forking";
-
PIDFile = "/var/run/htpdate.pid";
+
PIDFile = "/run/htpdate.pid";
ExecStart = concatStringsSep " " [
"${htpdate}/bin/htpdate"
"-D -u nobody"