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

[Service]
Environment=LD_PRELOAD=/usr/lib/libcurl.so.3
User=http
ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure

[Install]
WantedBy=multi-user.target