File: dnsdist.init

package info (click to toggle)
dnsdist 1.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,536 kB
  • sloc: cpp: 86,144; javascript: 22,558; sh: 4,344; makefile: 549; ansic: 245; pascal: 101
file content (13 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
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"