]> git.proxmox.com Git - pve-ha-manager.git/blame - debian/pve-ha-crm.service
bump version to 4.0.4
[pve-ha-manager.git] / debian / pve-ha-crm.service
CommitLineData
b1aac243 1[Unit]
cd9c4306 2Description=PVE Cluster HA Resource Manager Daemon
b1aac243 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
b9828b75 16PIDFile=/run/pve-ha-crm.pid
193d0c89 17TimeoutStopSec=65
b1aac243
DM
18Type=forking
19
20[Install]
21WantedBy=multi-user.target