]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/pve-ha-crm.service
fix #2234: fix typo in service description
[pve-ha-manager.git] / debian / pve-ha-crm.service
1 [Unit]
2 Description=PVE Cluster Resource Manager Daemon
3 ConditionPathExists=/usr/sbin/pve-ha-crm
4 Wants=pve-cluster.service
5 Wants=watchdog-mux.service
6 Wants=pvedaemon.service
7 After=pve-cluster.service
8 After=corosync.service
9 After=pvedaemon.service
10 After=watchdog-mux.service
11 After=syslog.service
12
13 [Service]
14 ExecStart=/usr/sbin/pve-ha-crm start
15 ExecStop=/usr/sbin/pve-ha-crm stop
16 PIDFile=/run/pve-ha-crm.pid
17 TimeoutStopSec=65
18 Type=forking
19
20 [Install]
21 WantedBy=multi-user.target