diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-09-03 17:28:16 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-09-03 17:28:16 -0700 |
commit | a1680da39d052b1a8c247d8cf38ba751af914d44 (patch) | |
tree | 45c4f283acf13c88ef9ba263424337e3a6aa9593 /net/rsync/files/rsyncd.conf | |
parent | 14088effd4b01c948ae8c77d12bc05e87ac147a5 (diff) |
rsyncd: add default logfile to globals
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'net/rsync/files/rsyncd.conf')
-rw-r--r-- | net/rsync/files/rsyncd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rsync/files/rsyncd.conf b/net/rsync/files/rsyncd.conf index 896f36887..2f4cd9e99 100644 --- a/net/rsync/files/rsyncd.conf +++ b/net/rsync/files/rsyncd.conf @@ -3,6 +3,7 @@ # Next line required for init script pid file = /var/run/rsyncd.pid +log file = /var/log/rsyncd.log use chroot = yes uid = nobody gid = nogroup |