aports/main/mosquitto/mosquitto.confd
Jakub Jirutka fdeaf47b6f main/mosquitto: don't force supervise-daemon and make config required
supervise-daemon is still experimental, has bad defaults and tends
to be unreliable. Users can enable supervise-daemon, if they want to,
simply by declaring `supervisor=supervise-daemon` in
/etc/conf.d/mosquitto.

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 61c0b8e50e.

I don't understand why the mosquitto config file was optional before,
it doesn't make much sense.
2021-01-08 13:43:29 +01:00

10 lines
292 B
Bash

# Configuration file for /etc/init.d/mosquitto
# Path to the mosquitto configuration file.
#cfgfile="/etc/mosquitto/${RC_SVCNAME#mosquitto.}.conf"
# Additional arguments to pass to the mosquitto program.
#command_args=
# Uncomment to use process supervisor.
#supervisor="supervise-daemon"