summaryrefslogtreecommitdiff
path: root/pcr/corosync/corosync.service
blob: e601181ee46f6159c98d4e61971b9e7d5f86614c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Corosync Cluster Engine
ConditionKernelCommandLine=!nocluster
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/share/corosync/corosync start
ExecStop=/usr/share/corosync/corosync stop
Type=forking

[Install]
WantedBy=multi-user.target