aports/main/unbound/unbound.confd
Jakub Jirutka 57b8451ede main/unbound: don't force supervise-daemon
supervise-daemon is still experimental and has bad defaults.
Users can enable supervise-daemon, if they want to, simply by declaring
`supervisor=supervise-daemon` in /etc/conf.d/smartd.

See my mail from Tue, 15 Dec 2020 15:33:16 +0100 in alpine-devel
mailing-list in topic "Use of supervise-daemon in Alpine".
(I cannot simply reference it from ML archive because it's broken.)

This partially reverts ab5ee9b150.
2021-01-08 12:43:52 +01:00

11 lines
324 B
Bash

# Configuration for /etc/init.d/unbound
# Path of the configuration file.
#cfgfile="/etc/unbound/$RC_SVCNAME.conf"
# Additional arguments for the unbound command.
# Add "-v" to enable verbose logging (more times to increase verbosity).
#command_args=""
# Uncomment to use process supervisor.
#supervisor=supervise-daemon