#
# DAEMON             Location of the binary
# PIDFILE            Make sure that you or, if used, -U uid can create/write it
# RUNAS              Name or number of the non-privileged account to run as
#

DAEMON=/usr/bin/cntlm
PIDFILE=/var/run/cntlm/cntlmd.pid
LOCKFILE=/var/lock/subsys/cntlmd
RUNAS=cntlm
OPTARGS="-U $RUNAS -P $PIDFILE"
