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@.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/rsyncd@.service b/rsyncd@.service
new file mode 100644
index 000000000000..33db95c4c113
--- /dev/null
+++ b/rsyncd@.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=A file transfer program to keep remote files in sync
+After=network.target
+
+[Service]
+ExecStart=-/usr/bin/rsync --daemon
+StandardInput=socket
+StandardOutput=inherit
+StandardError=journal
+User=nobody
+Group=nobody