summaryrefslogtreecommitdiffstats
path: root/package/domoticz/domoticz.service
diff options
context:
space:
mode:
Diffstat (limited to 'package/domoticz/domoticz.service')
-rw-r--r--package/domoticz/domoticz.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/domoticz/domoticz.service b/package/domoticz/domoticz.service
new file mode 100644
index 0000000000..446b41a51b
--- /dev/null
+++ b/package/domoticz/domoticz.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Domoticz Home Automation System
+After=network.target
+
+[Service]
+ExecStart=/opt/domoticz/domoticz -daemon -www 8080 -sslwww 443
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
OpenPOWER on IntegriCloud