aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsync/rsyncd.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-24 21:41:29 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-24 21:43:29 +0200
commit89d744ee047224cd9e231b0817e085437fe82d84 (patch)
tree4474390b04e5f87edc0ceb534f18d59ca6830d92 /main/rsync/rsyncd.confd
parent146fb0d67a1b861d5c776d97f533efe0bb26af7a (diff)
downloadaports-89d744ee047224cd9e231b0817e085437fe82d84.tar.bz2
aports-89d744ee047224cd9e231b0817e085437fe82d84.tar.xz
main/rsync: improve runscript, let OpenRC daemonize the daemon
Diffstat (limited to 'main/rsync/rsyncd.confd')
-rw-r--r--main/rsync/rsyncd.confd11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/rsync/rsyncd.confd b/main/rsync/rsyncd.confd
index c3d897ed2f..7128f97fde 100644
--- a/main/rsync/rsyncd.confd
+++ b/main/rsync/rsyncd.confd
@@ -1,5 +1,8 @@
-# /etc/conf.d/rsyncd: config file for /etc/init.d/rsyncd
+# Config file for /etc/init.d/rsyncd
-# see man pages for rsync or run `rsync --help`
-# for valid cmdline options
-#RSYNC_OPTS=""
+# Path to configuration file.
+#cfgfile="/etc/rsyncd.conf"
+
+# See man pages for rsync or run `rsync --daemon --help`
+# for valid cmdline options.
+#command_args=""