summarylogtreecommitdiffstats
path: root/deluge-web.service
diff options
context:
space:
mode:
Diffstat (limited to 'deluge-web.service')
-rw-r--r--deluge-web.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/deluge-web.service b/deluge-web.service
index ab13c9afa9e0..cafaa4685965 100644
--- a/deluge-web.service
+++ b/deluge-web.service
@@ -1,15 +1,14 @@
[Unit]
Description=Deluge Bittorrent Client WebUI
-Documentation=man:deluge-web
+Documentation=man:deluge-web(1)
After=online.target deluged.service
Wants=deluged.service
[Service]
-Type=forking
Umask=027
User=deluge
EnvironmentFile=/etc/conf.d/deluged
-ExecStart=/usr/bin/deluge-web $WEB_OPTIONS
+ExecStart=/usr/bin/deluge-web -d $WEB_OPTIONS
Restart=on-failure
[Install]