[-]
[+]
|
Changed |
icinga-mod_gearman.spec
|
|
[-]
[+]
|
Changed |
mod_gearman-worker-suse.init
^
|
@@ -39,7 +39,7 @@
# Note: Special treatment of stop for LSB conformance
mod_gearman_worker_BIN=/usr/bin/mod_gearman_worker
MOD_GM_PIDFILE=/var/run/mod_gearman/mod_gearman_worker.pid
-MOD_GM_CONFIG=/etc/mod_gearman_worker.conf
+MOD_GM_CONFIG=/etc/mod_gearman/mod_gearman_worker.conf
test -x $mod_gearman_worker_BIN || { echo "$mod_gearman_worker_BIN not installed";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }
@@ -193,7 +193,7 @@
## argument to this init script which is required for a reload.
## Note: probe is not (yet) part of LSB (as of 1.9)
- test /etc/mod_gearman_worker.conf -nt ${MOD_GM_PIDFILE} && echo reload
+ test /etc/mod_gearman/mod_gearman_worker.conf -nt ${MOD_GM_PIDFILE} && echo reload
;;
*)
echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
|
[-]
[+]
|
Changed |
mod_gearman_worker.sysconfig
^
|
@@ -3,7 +3,7 @@
#
# This define configuration file for mod_gearman_worker
#
-MOD_GM_CONFIG=/etc/mod_gearman_worker.conf
+MOD_GM_CONFIG=/etc/mod_gearman/mod_gearman_worker.conf
## Type: string
## Default: "/var/run/mod_gearman/mod_gearman_worker.pid"
|