mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-19 12:28:07 -05:00
10 lines
188 B
Desktop File
10 lines
188 B
Desktop File
[Unit]
|
|
Description=fast remote file copy program daemon
|
|
ConditionPathExists=/etc/rsyncd.conf
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rsync --daemon --no-detach
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|