15 lines
624 B
Desktop File
15 lines
624 B
Desktop File
[Unit]
|
|
Description=Domoticz Home Automation Server
|
|
|
|
[Service]
|
|
User=domoticz
|
|
Group=domoticz
|
|
EnvironmentFile=/etc/sysconfig/domoticz
|
|
ExecStart=/usr/bin/domoticz -www $WWW_PORT -sslwww $SSL_PORT -sslcert $SSLCERT -sslpass $SSLPASS -sslmethod $SSLMETHOD -ssloptions $SSLOPTIONS -ssldhparam $SSLDHPARAM -approot $APP_ROOT -dbase $DBASE -userdata $USERDATA -loglevel $LOGLEVEL
|
|
WorkingDirectory=/usr/share/domoticz
|
|
# Give the right to open priviliged ports. This allows you to run on a port <1024 without root permissions (user/group setting above)
|
|
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|