]> git.proxmox.com Git - corosync-pve.git/blob - debian/corosync.service
update to 2.3.4, recompile for Jessie with systemd
[corosync-pve.git] / debian / corosync.service
1 [Unit]
2 Description=Corosync Cluster Engine
3 ConditionKernelCommandLine=!nocluster
4 ConditionPathExists=/etc/corosync/corosync.conf
5 Requires=network-online.target
6 After=network-online.target
7
8 [Service]
9 ExecStart=/usr/share/corosync/corosync start
10 ExecStop=/usr/share/corosync/corosync stop
11 Type=forking
12
13 [Install]
14 WantedBy=multi-user.target