summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--domoticz.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/domoticz.service b/domoticz.service
index 63264e61a7e0..737a13918527 100644
--- a/domoticz.service
+++ b/domoticz.service
@@ -1,10 +1,10 @@
[Unit]
Description=Domoticz Daemon
-After=network-online.target
+After=network.target
[Service]
User=http
-ExecStart=/opt/domoticz/domoticz -www 8080 -loglevel=1 -log /var/log/domoticz/domoticz.log -daemon &> /dev/null
+ExecStart=/opt/domoticz/domoticz -www 8080 -daemon &> /dev/null
RestartSec=5
Restart=on-failure