12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
# Default settings for the pnp_gearman_worker init script.
|
|
|
|
# Should the gearman worker daemon be started? ("yes" to enable)
|
|
RUN="no"
|
|
|
|
# Additional options that are passed to the daemon.
|
|
DAEMON_OPTS="--config=/etc/pnp4nagios/process_perfdata.cfg"
|
|
|
|
# Change to this user before starting the daemon.
|
|
# Note: the daemon refuses to start as root.
|
|
USER=nagios
|