File mod_gearman_worker.sysconfig of Package icinga-mod_gearman
1
## Type: string
2
## Default: "/etc/mod_gearman_worker.conf"
3
#
4
# This define configuration file for mod_gearman_worker
5
#
6
MOD_GM_CONFIG=/etc/mod_gearman/mod_gearman_worker.conf
7
8
## Type: string
9
## Default: "/var/run/mod_gearman/mod_gearman_worker.pid"
10
#
11
# mod_gearman_worker PID file location, must be writeable by worker user
12
#
13
MOD_GM_PIDFILE=/var/run/mod_gearman/mod_gearman_worker.pid
14
15
## Type: string
16
## Default: %USERID%
17
#
18
# mod_gearman_worker user
19
#
20
MOD_GM_USERID=%USERID%
21