yate/debian/yate.default

13 lines
364 B
Plaintext

# Defaults for yate initscript
# sourced by /etc/init.d/yate
# make this read NO_START=0 when you're done setting up your config.
NO_START=1
# Additional options that are passed to the Daemon.
DAEMON_OPTS="-ds -p $PIDFILE -l /var/log/yate"
YATE_USER="yate"
YATE_GROUP="yate"
# you might want to put more or less verbosity here...
DAEMON_OPTS="$DAEMON_OPTS -vvv"