5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-06 17:18:00 +03:00
pve-ha-manager/debian/pve-ha-crm.service
Oguz Bektas cd9c430604 fix service name for pve-ha-crm
"PVE Cluster Resource Manager Daemon" should be "PVE Cluster HA Resource
Manager Daemon"

[0]: https://forum.proxmox.com/threads/typo-omission.65107/

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
2020-02-11 09:40:54 +01:00

22 lines
477 B
Desktop File

[Unit]
Description=PVE Cluster HA Resource Manager Daemon
ConditionPathExists=/usr/sbin/pve-ha-crm
Wants=pve-cluster.service
Wants=watchdog-mux.service
Wants=pvedaemon.service
After=pve-cluster.service
After=corosync.service
After=pvedaemon.service
After=watchdog-mux.service
After=syslog.service
[Service]
ExecStart=/usr/sbin/pve-ha-crm start
ExecStop=/usr/sbin/pve-ha-crm stop
PIDFile=/run/pve-ha-crm.pid
TimeoutStopSec=65
Type=forking
[Install]
WantedBy=multi-user.target