summarylogtreecommitdiffstats
path: root/domoticz.service
diff options
context:
space:
mode:
authorIanDury2015-10-30 19:58:53 +0100
committerIanDury2015-10-30 19:58:53 +0100
commit4e1da89eb2577c5c231eb60edcce8482fcf83213 (patch)
tree34c8aa50c40e17b5e6aeeb5de6131f52bed1f12c /domoticz.service
parentefe820e0abd67e82e1c2d8fb2de8fbde670bc573 (diff)
downloadaur-4e1da89eb2577c5c231eb60edcce8482fcf83213.tar.gz
Version bump to r3502. Added armv6h arch. Added WorkingDirectory in service.
Diffstat (limited to 'domoticz.service')
-rw-r--r--domoticz.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/domoticz.service b/domoticz.service
index 737a13918527..38447b18da5b 100644
--- a/domoticz.service
+++ b/domoticz.service
@@ -4,7 +4,8 @@ After=network.target
[Service]
User=http
-ExecStart=/opt/domoticz/domoticz -www 8080 -daemon &> /dev/null
+ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
+WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure