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

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

[Install]
WantedBy=multi-user.target