summarylogtreecommitdiffstats
path: root/pacemaker.service
blob: b121ee76bd63b0df4f8658fe37d645e7ccaa8c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Pacemaker Cluster Resource Manager
ConditionKernelCommandLine=!nocluster
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/bin/pacemakerd
ExecStop=/usr/bin/pacemakerd -S

[Install]
WantedBy=multi-user.target