# the daemon program file DAEMON="/usr/bin/dancer-services" # the user that the daemon runs as DAEMON_USER="services" # options passed to the daemon DAEMON_OPTIONS="" # pid file to use DAEMON_PID_FILE=/var/run/dancer-services.pid # priority DAEMON_NICE="19"