]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/pve-ha-crm.service
allow to shutdown CRM/LRM
[pve-ha-manager.git] / debian / pve-ha-crm.service
1 [Unit]
2 Description=PVE Cluster Ressource Manager Daemon
3 ConditionPathExists=/usr/sbin/pve-ha-crm
4 Requires=pve-cluster.service
5 Wants=pvedaemon.service
6 After=pve-cluster.service
7 After=pvedaemon.service
8
9 [Service]
10 ExecStart=/usr/sbin/pve-ha-crm start
11 ExecStop=/usr/sbin/pve-ha-crm stop
12 PIDFile=/var/run/pve-ha-crm.pid
13 TimeoutStopSec=60
14 Type=forking
15
16 [Install]
17 WantedBy=multi-user.target