5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-24 06:03:55 +03:00
pve-ha-manager/debian/pve-ha-lrm.service

29 lines
639 B
SYSTEMD
Raw Normal View History

2015-03-11 12:06:25 +01:00
[Unit]
Description=PVE Local HA Ressource Manager Daemon
ConditionPathExists=/usr/sbin/pve-ha-lrm
Wants=pve-cluster.service
Wants=watchdog-mux.service
2015-03-11 12:06:25 +01:00
Wants=pvedaemon.service
Wants=pve-ha-crm.service
Wants=lxc.service
Wants=pve-storage.target
After=pve-storage.target
After=pve-ha-crm.service
2015-03-11 12:06:25 +01:00
After=pve-cluster.service
After=corosync.service
2015-03-11 12:06:25 +01:00
After=pvedaemon.service
After=watchdog-mux.service
After=syslog.service
After=lxc.service
2015-03-11 12:06:25 +01:00
[Service]
ExecStart=/usr/sbin/pve-ha-lrm start
ExecStop=/usr/sbin/pve-ha-lrm stop
PIDFile=/var/run/pve-ha-lrm.pid
TimeoutStopSec=infinity
KillMode=process
2015-03-11 12:06:25 +01:00
Type=forking
[Install]
WantedBy=multi-user.target