## Path:           Network/Monitors/MOD_GEARMAN_WORKER
## Description:    mod_gearman_worker startup parameters

## Type:           integer
## Default:        10
#
# Timeout during server shutdown (seconds) and start.
# The start script kills mod_gearman_worker after this timeout in 
# double-seconds with SIGTERM.
#
# Increase it, if you experience problems with the standard timeout
# of 10 seconds.
#
TIMEOUT="10"

## Type:           string
## Default:        nagios
## ServiceRestart: mod_gearman_worker 
#
# Specifies a user, as which the mod_gearman_worker should be executed.
# Default: nagios
#
USER="nagios"

