]> git.proxmox.com Git - corosync-pve.git/blame - debian/corosync.service
bump version to 2.3.4-2
[corosync-pve.git] / debian / corosync.service
CommitLineData
013101f0
DM
1[Unit]
2Description=Corosync Cluster Engine
3ConditionKernelCommandLine=!nocluster
4ConditionPathExists=/etc/corosync/corosync.conf
5Requires=network-online.target
6After=network-online.target
d05b35ca
DM
7DefaultDependencies=no
8Before=shutdown.target
9Conflicts=shutdown.target
013101f0
DM
10
11[Service]
12ExecStart=/usr/share/corosync/corosync start
13ExecStop=/usr/share/corosync/corosync stop
14Type=forking
15
16[Install]
17WantedBy=multi-user.target