summaryrefslogtreecommitdiffstats
path: root/abs/extra/rsync/rsyncd.service
blob: 8502c08cf73b88c526da8ddb913ad3b833ec366d (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=A file transfer program to keep remote files in sync

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

[Install]
WantedBy=multi-user.target