]> git.proxmox.com Git - pve-ha-manager.git/blame - debian/pve-ha-lrm.service
lrm.service: do not timeout on stop
[pve-ha-manager.git] / debian / pve-ha-lrm.service
CommitLineData
df5743bd
DM
1[Unit]
2Description=PVE Local HA Ressource Manager Daemon
3ConditionPathExists=/usr/sbin/pve-ha-lrm
6d09288c
DM
4Wants=pve-cluster.service
5Wants=watchdog-mux.service
df5743bd 6Wants=pvedaemon.service
622cb56a 7Wants=pve-ha-crm.service
9c042d02 8Wants=lxc.service
2f549281
WL
9Wants=pve-storage.target
10After=pve-storage.target
622cb56a 11After=pve-ha-crm.service
df5743bd 12After=pve-cluster.service
622cb56a 13After=corosync.service
df5743bd 14After=pvedaemon.service
622cb56a
DM
15After=watchdog-mux.service
16After=syslog.service
9c042d02 17After=lxc.service
df5743bd
DM
18
19[Service]
20ExecStart=/usr/sbin/pve-ha-lrm start
21ExecStop=/usr/sbin/pve-ha-lrm stop
22PIDFile=/var/run/pve-ha-lrm.pid
2fb6fcd3 23TimeoutStopSec=infinity
3184ff8f 24KillMode=process
df5743bd
DM
25Type=forking
26
27[Install]
28WantedBy=multi-user.target