diff --git a/services/pvedaemon.service b/services/pvedaemon.service index 3addcd42c..ec9ca03db 100644 --- a/services/pvedaemon.service +++ b/services/pvedaemon.service @@ -8,7 +8,7 @@ After=corosync.service pve-cluster.service ExecStart=/usr/bin/pvedaemon start ExecStop=/usr/bin/pvedaemon stop ExecReload=/usr/bin/pvedaemon restart -PIDFile=/var/run/pvedaemon.pid +PIDFile=/run/pvedaemon.pid Type=forking [Install] diff --git a/services/pveproxy.service b/services/pveproxy.service index 9c3c832a3..d73feb0e1 100644 --- a/services/pveproxy.service +++ b/services/pveproxy.service @@ -14,7 +14,7 @@ After=ssh.service ExecStart=/usr/bin/pveproxy start ExecStop=/usr/bin/pveproxy stop ExecReload=/usr/bin/pveproxy restart -PIDFile=/var/run/pveproxy/pveproxy.pid +PIDFile=/run/pveproxy/pveproxy.pid Type=forking [Install] diff --git a/services/pvestatd.service b/services/pvestatd.service index 4973e134a..d7db50f6d 100644 --- a/services/pvestatd.service +++ b/services/pvestatd.service @@ -8,7 +8,7 @@ After=pve-cluster.service ExecStart=/usr/bin/pvestatd start ExecStop=/usr/bin/pvestatd stop ExecReload=/usr/bin/pvestatd restart -PIDFile=/var/run/pvestatd.pid +PIDFile=/run/pvestatd.pid Type=forking [Install] diff --git a/services/spiceproxy.service b/services/spiceproxy.service index bb4c31139..e800be816 100644 --- a/services/spiceproxy.service +++ b/services/spiceproxy.service @@ -8,7 +8,7 @@ After=pveproxy.service ExecStart=/usr/bin/spiceproxy start ExecStop=/usr/bin/spiceproxy stop ExecReload=/usr/bin/spiceproxy restart -PIDFile=/var/run/pveproxy/spiceproxy.pid +PIDFile=/run/pveproxy/spiceproxy.pid Type=forking [Install]