core/rsync/rsyncd.service

11 lines
201 B
SYSTEMD
Raw Normal View History

2013-05-08 02:43:45 +08:00
[Unit]
Description=A file transfer program to keep remote files in sync
2014-09-19 06:23:09 +08:00
After=network.target
2013-05-08 02:43:45 +08:00
[Service]
ExecStart=/usr/bin/rsync --daemon --no-detach
RestartSec=1
[Install]
WantedBy=multi-user.target