summarylogtreecommitdiffstats
path: root/rsyncd.service
diff options
context:
space:
mode:
authorqwence2016-10-29 02:53:57 -0400
committerqwence2016-10-29 02:53:57 -0400
commitecad9ddc22994dd7f9d1054b29d18a8d0a1f9229 (patch)
treed243014f97d8166778ce8dd64ef6cdc3816ca006 /rsyncd.service
downloadaur-rsync-fadvise.tar.gz
Initial commit
Diffstat (limited to 'rsyncd.service')
-rw-r--r--rsyncd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/rsyncd.service b/rsyncd.service
new file mode 100644
index 000000000000..cd45687685a1
--- /dev/null
+++ b/rsyncd.service
@@ -0,0 +1,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