]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - debian/pve-ha-lrm.service
fence config parser: early return on ignored devices
[pve-ha-manager.git] / debian / pve-ha-lrm.service
index 941e74d8f81cb7700069a9faebaae4ddb76040a7..a5278448d0e5c9e93ecab2af9d82acc9cb30b619 100644 (file)
@@ -1,15 +1,27 @@
 [Unit]
 Description=PVE Local HA Ressource Manager Daemon
 ConditionPathExists=/usr/sbin/pve-ha-lrm
-Requires=pve-cluster.service
+Wants=pve-cluster.service
+Wants=watchdog-mux.service
 Wants=pvedaemon.service
+Wants=pve-ha-crm.service
+Wants=lxc.service
+Wants=pve-storage.target
+After=pve-storage.target
+After=pve-ha-crm.service
 After=pve-cluster.service
+After=corosync.service
 After=pvedaemon.service
+After=watchdog-mux.service
+After=syslog.service
+After=lxc.service
 
 [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
 Type=forking
 
 [Install]