mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-03-09 12:58:16 +03:00
services: update PIDFile to point directly to /run
fixes a complaint from system: > PIDFile= references path below legacy directory /var/run/' Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e7958dd420
commit
b9828b7552
2
debian/pve-ha-crm.service
vendored
2
debian/pve-ha-crm.service
vendored
@ -13,7 +13,7 @@ After=syslog.service
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/pve-ha-crm start
|
||||
ExecStop=/usr/sbin/pve-ha-crm stop
|
||||
PIDFile=/var/run/pve-ha-crm.pid
|
||||
PIDFile=/run/pve-ha-crm.pid
|
||||
TimeoutStopSec=65
|
||||
Type=forking
|
||||
|
||||
|
2
debian/pve-ha-lrm.service
vendored
2
debian/pve-ha-lrm.service
vendored
@ -19,7 +19,7 @@ After=lxc.service
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/pve-ha-lrm start
|
||||
ExecStop=/usr/sbin/pve-ha-lrm stop
|
||||
PIDFile=/var/run/pve-ha-lrm.pid
|
||||
PIDFile=/run/pve-ha-lrm.pid
|
||||
TimeoutStopSec=infinity
|
||||
KillMode=process
|
||||
Type=forking
|
||||
|
Loading…
x
Reference in New Issue
Block a user