]> git.proxmox.com Git - pve-ha-manager.git/blob - debian/pve-ha-lrm.service
lrm: set systemd killmode to 'process'
[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 ConditionPathExists=/etc/pve/ha/resources.cfg
5 Requires=pve-cluster.service
6 Requires=watchdog-mux.service
7 Wants=pvedaemon.service
8 Wants=pve-ha-crm.service
9 After=pve-ha-crm.service
10 After=pve-cluster.service
11 After=corosync.service
12 After=pvedaemon.service
13 After=watchdog-mux.service
14 After=syslog.service
15
16 [Service]
17 ExecStart=/usr/sbin/pve-ha-lrm start
18 ExecStop=/usr/sbin/pve-ha-lrm stop
19 PIDFile=/var/run/pve-ha-lrm.pid
20 TimeoutStopSec=185
21 KillMode=process
22 Type=forking
23
24 [Install]
25 WantedBy=multi-user.target