File: stubby.init

package info (click to toggle)
getdns 1.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,752 kB
  • sloc: ansic: 57,351; sh: 407; xml: 38; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/lib/init/init-d-script
### BEGIN INIT INFO
# Provides:          stubby
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: DNS Privacy Stub Resolver
# Description:       stubby DNS Privacy Stub Resolver
### END INIT INFO
DAEMON=/usr/bin/stubby
DESC="DNS Privacy Stub Resolver"
SETPRIV_ARGS="--no-new-privs --ambient-caps +net_bind_service --bounding-set -all,+net_bind_service"
DAEMON_ARGS="-g -C /etc/stubby/stubby.yml"