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