]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/pve-ha-lrm.service
Fix shutdown order of HA and storage services
[pve-ha-manager.git] / debian / pve-ha-lrm.service
1 [Unit]
2 Description=PVE Local HA Ressource Manager Daemon
3 ConditionPathExists=/usr/sbin/pve-ha-lrm
4 Wants=pve-cluster.service
5 Wants=watchdog-mux.service
6 Wants=pvedaemon.service
7 Wants=pve-ha-crm.service
8 Wants=lxc.service
9 Wants=pve-storage.target
10 After=pve-storage.target
11 After=pve-ha-crm.service
12 After=pve-cluster.service
13 After=corosync.service
14 After=pvedaemon.service
15 After=watchdog-mux.service
16 After=syslog.service
17 After=lxc.service
18
19 [Service]
20 ExecStart=/usr/sbin/pve-ha-lrm start
21 ExecStop=/usr/sbin/pve-ha-lrm stop
22 PIDFile=/var/run/pve-ha-lrm.pid
23 TimeoutStopSec=95
24 KillMode=process
25 Type=forking
26
27 [Install]
28 WantedBy=multi-user.target