5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-02-02 13:47:16 +03:00
pve-ha-manager/debian/pve-ha-crm.service

22 lines
485 B
SYSTEMD
Raw Normal View History

2015-03-10 11:24:06 +01:00
[Unit]
Description=PVE Cluster Ressource Manager Daemon
ConditionPathExists=/usr/sbin/pve-ha-crm
Requires=pve-cluster.service
Requires=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=/var/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