Logoj0ke.net Open Build Service > Projects > server:monitoring:branches:gearman:1.0.1 > icinga-mod_gearman > mod_gearman-init-worker.patch
Sign Up | Log In

File mod_gearman-init-worker.patch of Package icinga-mod_gearman

x
 
1
--- worker/initscript.in.orig   2011-01-13 12:54:57.320793344 +0100
2
+++ worker/initscript.in    2011-01-13 12:57:22.412234657 +0100
3
@@ -2,10 +2,8 @@
4
 
5
 ### BEGIN INIT INFO
6
 # Provides:          mod_gearman_worker
7
-# Required-Start:    $local_fs
8
+# Required-Start:    $local_fs $remote_fs
9
 # Required-Stop:     $local_fs
10
-# Should-Start:
11
-# Should-Stop:
12
 # Default-Start:     2 3 4 5
13
 # Default-Stop:      0 1 6
14
 # Short-Description: Start/Stop the mod_gearman worker daemon
15