10 lines
191 B
Text
10 lines
191 B
Text
|
[Unit]
|
||
|
Description=fast remote file copy program daemon
|
||
|
ConditionPathExists=/etc/rsyncd.conf
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/rsync --daemon -6 --no-detach
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|