summaryrefslogtreecommitdiff
path: root/debian/mini-httpd.default
blob: 831e14d2b7ea7c2ded4cca0eeaabfd467c45b115 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Description: Defaults for mini_httpd initscript
# Author: Marvin Stark <marv@der-marv.de>

# Start daemon?
# Default 1
# 0 = no
# 1 = yes
START=0

# Additional options that are passed to the Daemon.
DAEMON_OPTS="-C /etc/mini-httpd.conf"