mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +00:00
12 lines
338 B
Text
12 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
|
||
|
}
|