From 62327b1281be9151423048235573e0ca208fc095 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 12 Jul 2013 15:28:54 -0700 Subject: We need a trailing dot when using --server --daemon. --- stunnel-rsyncd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stunnel-rsyncd.conf.in') diff --git a/stunnel-rsyncd.conf.in b/stunnel-rsyncd.conf.in index 202c9ed2..fd28d5d4 100644 --- a/stunnel-rsyncd.conf.in +++ b/stunnel-rsyncd.conf.in @@ -26,5 +26,5 @@ CAfile = /etc/ssl/ca-bundle.pem exec = @bindir@/rsync # You can either share the same config as a normal daemon, or specify a separate config: -execargs = rsync --server --daemon -#execargs = rsync --server --daemon --config=/etc/rsync-ssl/rsyncd.conf +execargs = rsync --server --daemon . +#execargs = rsync --server --daemon --config=/etc/rsync-ssl/rsyncd.conf . -- cgit v1.2.1