File: yaws.default

package info (click to toggle)
yaws 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,008 kB
  • sloc: erlang: 42,469; sh: 2,553; javascript: 1,459; makefile: 994; ansic: 890; lisp: 79; python: 34; xml: 12; php: 1
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Defaults for Yaws service
# used by the yaws.service
# installed at /etc/default/yaws by the maintainer scripts

# Default config file for the Yaws web server.
YAWS_CONF=/etc/yaws/yaws.conf

# 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 (see yaws(1)
# for a full list).
# --heart restarts the daemon if it crashes
DAEMON_OPTS="--heart"