summarylogtreecommitdiffstats
path: root/domoticz.service
blob: 63264e61a7e0655e932e069f1e5123ca3e403c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Domoticz Daemon
After=network-online.target

[Service]
User=http
ExecStart=/opt/domoticz/domoticz -www 8080 -loglevel=1 -log /var/log/domoticz/domoticz.log -daemon &> /dev/null
RestartSec=5
Restart=on-failure

[Install]
WantedBy=multi-user.target