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

#
# This is a POSIX shell fragment
#

# Default user which runs yaws web server.
# If you want yaws to listen privileged port 80, set it to root
# or install fd_server from http://jungerl.sourceforge.net/
YAWS_USER=yaws

# Default yaws daemon id (when it starts from init script).
# Put only alphanumeric symbols to the YAWS_ID variable.
YAWS_ID=debian_yaws

# Additional options that are passed to the Daemon.
# -heart restarts the daemon if it crashes
DAEMON_OPTS="-heart"

