summarylogtreecommitdiffstats
path: root/rslsync_user.service
diff options
context:
space:
mode:
authorwido2016-10-04 16:27:14 +0200
committerwido2016-10-04 16:27:14 +0200
commitcb5ecc298b87517a6b5ef6ea2aa40c562906c958 (patch)
treef8c7a848ebffa9c2718d8f46a20ca9d021c90615 /rslsync_user.service
parentaefedf59858c694572af2755b9f34a4bf4dd3aa5 (diff)
downloadaur-cb5ecc298b87517a6b5ef6ea2aa40c562906c958.tar.gz
clean
Diffstat (limited to 'rslsync_user.service')
-rw-r--r--rslsync_user.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/rslsync_user.service b/rslsync_user.service
index f5b5ac5bace5..e5809b7d304d 100644
--- a/rslsync_user.service
+++ b/rslsync_user.service
@@ -3,8 +3,8 @@ Description=Resilio Sync per-user service
After=network.target
[Service]
-Type=forking
-ExecStart=/usr/bin/rslsync --config %h/.config/rslsync/rslsync.conf
+Type=simple
+ExecStart=/usr/bin/rslsync --nodaemon --config %h/.config/rslsync/rslsync.conf
Restart=on-abort
[Install]