5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-23 02:04:19 +03:00
pve-ha-manager/debian/pve-ha-crm.service

22 lines
477 B
SYSTEMD
Raw Normal View History

2015-03-10 11:24:06 +01:00
[Unit]
Description=PVE Cluster HA Resource Manager Daemon
2015-03-10 11:24:06 +01:00
ConditionPathExists=/usr/sbin/pve-ha-crm
Wants=pve-cluster.service
Wants=watchdog-mux.service
2015-03-10 11:24:06 +01:00
Wants=pvedaemon.service
After=pve-cluster.service
After=corosync.service
2015-03-10 11:24:06 +01:00
After=pvedaemon.service
After=watchdog-mux.service
After=syslog.service
2015-03-10 11:24:06 +01:00
[Service]
ExecStart=/usr/sbin/pve-ha-crm start
ExecStop=/usr/sbin/pve-ha-crm stop
PIDFile=/run/pve-ha-crm.pid
2015-03-26 10:43:06 +01:00
TimeoutStopSec=65
2015-03-10 11:24:06 +01:00
Type=forking
[Install]
WantedBy=multi-user.target