summarylogtreecommitdiffstats
path: root/domoticz.service
diff options
context:
space:
mode:
authorsaez0pub2017-08-03 23:15:33 +0200
committersaez0pub2017-08-03 23:15:33 +0200
commitf1ca3090ab785c8d47149687d19f96a07537b9f8 (patch)
treefbe3f18bf6cf159f3c07e63226df0ec7ec820d18 /domoticz.service
parent8850ac80feabbe20b40272af65358aca336be445 (diff)
downloadaur-f1ca3090ab785c8d47149687d19f96a07537b9f8.tar.gz
removed the daemon option, type is Simple
Diffstat (limited to 'domoticz.service')
-rw-r--r--domoticz.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/domoticz.service b/domoticz.service
index 60e3b4593cf2..6dfed6ac8bd4 100644
--- a/domoticz.service
+++ b/domoticz.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Environment=LD_PRELOAD=/usr/lib/libcurl.so.3
User=http
-ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
+ExecStart=/opt/domoticz/domoticz -www 8080
WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure