aboutsummaryrefslogtreecommitdiffstats
path: root/clfs/units/rsyncd.service
blob: 6eb841de6ee77176b3d13f6a8a95025235d735cb (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A file transfer program to keep remote files in sync
ConditionPathExists=/etc/rsyncd.conf

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

[Install]
WantedBy=multi-user.target