summarylogtreecommitdiffstats
path: root/rslsync_user.service
diff options
context:
space:
mode:
authorwido2016-09-25 15:20:48 +0200
committerwido2016-09-25 15:20:48 +0200
commit075621738383f812406c9aed8188c41a72a93950 (patch)
tree93672bd7ed26cbdc5ba98fdab9ea74c602d3915b /rslsync_user.service
downloadaur-075621738383f812406c9aed8188c41a72a93950.tar.gz
origin
Diffstat (limited to 'rslsync_user.service')
-rw-r--r--rslsync_user.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/rslsync_user.service b/rslsync_user.service
new file mode 100644
index 000000000000..f5b5ac5bace5
--- /dev/null
+++ b/rslsync_user.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Resilio Sync per-user service
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/rslsync --config %h/.config/rslsync/rslsync.conf
+Restart=on-abort
+
+[Install]
+WantedBy=default.target