summarylogtreecommitdiffstats
path: root/rdiffweb.service
diff options
context:
space:
mode:
authorSébastien Leduc2017-10-27 17:43:47 +0200
committerSébastien Leduc2017-10-27 17:43:47 +0200
commit2e7b594bb108812722ab7052408880422cf2b297 (patch)
treefc9d241c0d2f159c4a2f1c11e023497f19bbdac5 /rdiffweb.service
parentbe718cf7213ea2ab6dd2ecdc7bcfff4b177c5a68 (diff)
downloadaur-rdiffweb.tar.gz
Bump to 0.10.4.
Diffstat (limited to 'rdiffweb.service')
-rw-r--r--rdiffweb.service8
1 files changed, 3 insertions, 5 deletions
diff --git a/rdiffweb.service b/rdiffweb.service
index 7e4c7a1b8d19..2435a26bed45 100644
--- a/rdiffweb.service
+++ b/rdiffweb.service
@@ -1,12 +1,10 @@
[Unit]
-Description=Web interface for rdiff-backup
+Description=Rdiffweb Server
+Documentation=http://www.patrikdufresne.com/en/rdiffweb/
After=network.target
[Service]
-Type=forking
-ExecStart=/usr/bin/rdiffweb --pid-file=/run/rdiffweb.pid -d --background
-ExecStartPre=/bin/rm -f /run/rdiffweb.pid
-PIDFile=/run/rdiffweb.pid
+ExecStart=/usr/bin/rdiffweb
[Install]
WantedBy=multi-user.target