mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
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
.
11 lines
324 B
Bash
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
|