]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - debian/pve-ha-lrm.service
fix #2234: fix typo in service description
[pve-ha-manager.git] / debian / pve-ha-lrm.service
index f946b192e803039278b2570f567fb7389d15cd7b..b5a91083c266deab449ce348ed06780f0243ba58 100644 (file)
@@ -1,17 +1,27 @@
 [Unit]
-Description=PVE Local HA Ressource Manager Daemon
+Description=PVE Local HA Resource Manager Daemon
 ConditionPathExists=/usr/sbin/pve-ha-lrm
-ConditionPathExists=/etc/pve/ha/resources.cfg
-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=60
+PIDFile=/run/pve-ha-lrm.pid
+TimeoutStopSec=infinity
+KillMode=process
 Type=forking
 
 [Install]