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