]> git.ipfire.org Git - ipfire-3.x.git/blame - rsync/rsync.xinetd
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / rsync / rsync.xinetd
CommitLineData
ca81edda
MT
1# default: off
2# description: The rsync server is a good addition to an ftp server, as it \
3# allows crc checksumming etc.
4service rsync
5{
6 disable = yes
7 flags = IPv6
8 socket_type = stream
9 wait = no
10 user = root
11 server = /usr/bin/rsync
12 server_args = --daemon
13 log_on_failure += USERID
14}