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

[Service]
EnvironmentFile=-/etc/conf.d/rsyncd
ExecStart=/usr/bin/rsync --daemon --no-detach ${RSYNCD_ARGS}
RestartSec=1

[Install]
WantedBy=multi-user.target