]> git.pld-linux.org Git - packages/pacemaker.git/blame - pacemaker.service
Release: 1
[packages/pacemaker.git] / pacemaker.service
CommitLineData
d45bf2c6
JK
1[Unit]
2Description=Pacemaker High Availability Cluster Manager for Corosync stack
8941c377
JK
3After=corosync.service
4Requires=corosync.service
d45bf2c6
JK
5
6[Install]
7WantedBy=multi-user.target
8
9[Service]
ed3071d2 10Type=simple
d45bf2c6
JK
11PIDFile=/var/run/pacemakerd.pid
12KillMode=process
ed3071d2 13NotifyAccess=main
d45bf2c6
JK
14SysVStartPriority=23
15EnvironmentFile=-/etc/sysconfig/pacemaker
ed3071d2 16ExecStart=/usr/sbin/pacemakerd -f --pid-file=/var/run/pacemakerd.pid
d45bf2c6
JK
17
18# Pacemaker can only exit after all managed services have shut down
19# A HA database could conceivably take even longer than this
20TimeoutSec=30min
21
22# Restart options include: no, on-success, on-failure, on-abort or always
23Restart=on-failure
This page took 0.034973 seconds and 4 git commands to generate.