summaryrefslogtreecommitdiffstats
path: root/debian/dnsdist.init
blob: a3f4996780696516a0ebc9efd95f093c2b4e60ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env /lib/init/init-d-script
### BEGIN INIT INFO
# Provides:          dnsdist
# Required-Start:    $syslog $remote_fs
# Required-Stop:     $syslog $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: DNS Loadbalancer
# Description:       Debian init script to start the dnsdist daemon.
### END INIT INFO
DAEMON=/usr/bin/dnsdist
START_ARGS="-b -m"
DAEMON_ARGS="-u _dnsdist -g _dnsdist --supervised"