File pacemaker-cts-startcmd.patch of Package pacemaker
Index: pacemaker/cts/CM_ais.py
===================================================================
--- pacemaker.orig/cts/CM_ais.py
+++ pacemaker/cts/CM_ais.py
@@ -263,8 +263,8 @@ class crm_cs_v0(crm_ais):
self.update({
"Name" : "crm-plugin-v0",
- "StartCmd" : "service corosync start",
- "StopCmd" : "service corosync stop",
+ "StartCmd" : CTSvars.INITDIR+"/openais start",
+ "StopCmd" : CTSvars.INITDIR+"/openais stop",
# The next pattern is too early
# "Pat:We_stopped" : "%s.*Service engine unloaded: Pacemaker Cluster Manager",