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

[Service]
User=http
ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure

[Install]
WantedBy=multi-user.target