]> git.pld-linux.org Git - packages/pacemaker.git/commitdiff
Request graceful shutdown by pacemakerd --shutdown auto/th/pacemaker-1.1.8-3
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 13 Nov 2012 09:02:56 +0000 (10:02 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Tue, 13 Nov 2012 09:02:56 +0000 (10:02 +0100)
pacemaker.service
pacemaker.spec

index 3f601e9eba568423121739f448153f0c7962853b..ceff235943457f254c7a6d42a6fa9dab60607c31 100644 (file)
@@ -13,6 +13,7 @@ KillMode=process
 NotifyAccess=main
 EnvironmentFile=-/etc/sysconfig/pacemaker
 ExecStart=/usr/sbin/pacemakerd -f --pid-file=/var/run/pacemakerd.pid
+ExecStop=/usr/sbin/pacemakerd --shutdown
 
 # Pacemaker can only exit after all managed services have shut down
 # A HA database could conceivably take even longer than this 
index 569e7900b7df42e729e07b65c3d66f3bca0635c2..2e18c5cfdd271f95fb9e7b6269b2a84d377d8942 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       The scalable High-Availability cluster resource manager
 Name:          pacemaker
 Version:       1.1.8
-Release:       2
+Release:       3
 License:       GPL v2+; LGPL v2.1+
 Group:         Applications/System
 Source0:       https://github.com/ClusterLabs/pacemaker/tarball/Pacemaker-1.1.8/Pacemaker-%{version}.tar.gz
This page took 0.162183 seconds and 4 git commands to generate.