]> git.proxmox.com Git - pve-ha-manager.git/blame - debian/pve-ha-crm.service
bump version to 2.0-1
[pve-ha-manager.git] / debian / pve-ha-crm.service
CommitLineData
b1aac243
DM
1[Unit]
2Description=PVE Cluster Ressource Manager Daemon
3ConditionPathExists=/usr/sbin/pve-ha-crm
6d09288c
DM
4Wants=pve-cluster.service
5Wants=watchdog-mux.service
b1aac243
DM
6Wants=pvedaemon.service
7After=pve-cluster.service
622cb56a 8After=corosync.service
b1aac243 9After=pvedaemon.service
622cb56a
DM
10After=watchdog-mux.service
11After=syslog.service
b1aac243
DM
12
13[Service]
14ExecStart=/usr/sbin/pve-ha-crm start
15ExecStop=/usr/sbin/pve-ha-crm stop
16PIDFile=/var/run/pve-ha-crm.pid
193d0c89 17TimeoutStopSec=65
b1aac243
DM
18Type=forking
19
20[Install]
21WantedBy=multi-user.target