summarylogtreecommitdiffstats
path: root/rsyncd.service
diff options
context:
space:
mode:
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