summarylogtreecommitdiffstats
path: root/domoticz.service
blob: 6dfed6ac8bd4fa0a4da15ed8a427b895312f7993 (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
WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure

[Install]
WantedBy=multi-user.target