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