Matt Domsch 8ba2153
#
Matt Domsch 8ba2153
# DAEMON             Location of the binary
Matt Domsch 8ba2153
# PIDFILE            Make sure that you or, if used, -U uid can create/write it
Matt Domsch 8ba2153
# TIMEOUT            How long to wait before forcing cntlm to stop with a second
Matt Domsch 8ba2153
#                    signal when active connections are still not finished
Matt Domsch 8ba2153
# RUNAS              Name or number of the non-privileged account to run as
Matt Domsch 8ba2153
#
Matt Domsch 8ba2153
Matt Domsch 8ba2153
DAEMON=/usr/sbin/cntlm
Matt Domsch 8ba2153
PIDFILE=/var/run/cntlm/cntlmd.pid
Matt Domsch 8ba2153
LOCKFILE=/var/lock/subsys/cntlmd
Matt Domsch 8ba2153
TIMEOUT=5
Matt Domsch 8ba2153
RUNAS=cntlm
Matt Domsch 8ba2153
DESC="CNTLM Authentication Proxy"
Matt Domsch 8ba2153
OPTARGS="-U $RUNAS -P $PIDFILE"