mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
338 B
Text
11 lines
338 B
Text
service rsync
|
|
{
|
|
socket_type = stream
|
|
wait = no
|
|
user = root
|
|
server = /usr/bin/rsync
|
|
server_args = --daemon
|
|
log_on_success += HOST DURATION
|
|
log_on_failure += HOST
|
|
disable = yes
|
|
}
|