File: bwctl-server.default

package info (click to toggle)
bwctl 1.5.4%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,984 kB
  • sloc: ansic: 19,025; sh: 10,351; perl: 151; makefile: 115
file content (21 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Defaults for bwctl-server initscript
# sourced by /etc/init.d/bwctl-server
# installed at /etc/default/bwctl-server by the maintainer scripts

#
# This is a POSIX shell fragment
#

# To start bwctld at boot, set NO_START to 0
##################################################################
# Please read /usr/share/doc/bwctl-server/README.Debian before
# enabling the daemon!
##################################################################
NO_START=1

# Options that are passed to the Daemon.
#
# -c and -R should almost always be supplied
#
# the following defaults are set in /etc/init.d/bwctl-server:
#DAEMON_OPTS="-c /etc/bwctl -R /var/run"