summarylogtreecommitdiffstats
path: root/rsyncd.service
blob: cd45687685a197fdc4576d862cd6d11c63aee08c (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A file transfer program to keep remote files in sync
After=network.target

[Service]
ExecStart=/usr/bin/rsync --daemon --no-detach
RestartSec=1

[Install]
WantedBy=multi-user.target