# Defaults for gearman-server initscript
# sourced by /etc/init.d/gearman-server
# installed at /etc/default/gearman-server by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Additional options that are passed to the Daemon.
DAEMON_OPTS="-d --pidfile=/var/run/gearmand.pid"

# Change this to true to enable the germand server
ENABLED="false"
