mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
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/rsyncd.
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 4998b609e9
.
11 lines
276 B
Bash
11 lines
276 B
Bash
# Configuration file for /etc/init.d/rsyncd
|
|
|
|
# Path to configuration file.
|
|
#cfgfile="/etc/rsyncd.conf"
|
|
|
|
# See man pages for rsync or run `rsync --daemon --help`
|
|
# for valid cmdline options.
|
|
#command_args=""
|
|
|
|
# Uncomment to use process supervisor.
|
|
#supervisor=supervise-daemon
|