11 lines
199 B
SYSTEMD
11 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=Domoticz Home Automation System
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/domoticz/domoticz -daemon -www 8080 -sslwww 443
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|