File: yaws.default

package info (click to toggle)
yaws 1.65-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,164 kB
  • ctags: 3,907
  • sloc: erlang: 20,138; sh: 3,675; makefile: 556; ansic: 404; lisp: 79
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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"