File mod_gearman-worker-config.patch of Package icinga-mod_gearman
x
1
--- extras/standalone_worker.conf.orig 2011-01-29 16:57:12.750005736 +0100
2
+++ extras/standalone_worker.conf 2011-01-29 17:09:09.834288554 +0100
3
4
#identifier=hostname
5
6
# Path to the pidfile.
7
-pidfile=./worker.pid
8
+pidfile=/var/run/mod_gearman/mod_gearman_worker.pid
9
10
# Path to the logfile.
11
-logfile=./worker.log
12
+logfile=/var/log/mod_gearman_worker/worker.log
13
14
# Minimum number of worker processes which should
15
# run at any time.
16