From 6ebe4921407d06b48a91330947b764317bd8fbba Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Fri, 22 Jul 2011 23:31:11 +0200 Subject: [PATCH] apache's service name is not always httpd --- config/events.d/41.httpd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/events.d/41.httpd b/config/events.d/41.httpd index e94bde3..1fdaa13 100755 --- a/config/events.d/41.httpd +++ b/config/events.d/41.httpd @@ -35,7 +35,7 @@ loadconfig ctdb_start_stop_service -is_ctdb_managed_service || exit 0 +is_ctdb_managed_service httpd || exit 0 case "$1" in startup) -- 1.7.5.4