Commit 8baed1ad authored by Dietmar Maurer's avatar Dietmar Maurer

add PIDFile option for systemd services

parent 04f1d97f
......@@ -8,6 +8,7 @@ After=pve-cluster.service
ExecStart=/usr/bin/pvedaemon start
ExecStop=/usr/bin/pvedaemon stop
ExecReload=/usr/bin/pvedaemon restart
PIDFile=/var/run/pvedaemon.pid
Type=forking
[Install]
......
......@@ -10,6 +10,7 @@ After=pvedaemon.service
ExecStart=/usr/bin/pveproxy start
ExecStop=/usr/bin/pveproxy stop
ExecReload=/usr/bin/pveproxy restart
PIDFile=/var/run/pveproxy/pveproxy.pid
Type=forking
[Install]
......
......@@ -8,6 +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
Type=forking
[Install]
......
......@@ -8,6 +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
Type=forking
[Install]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment