]> git.pld-linux.org Git - packages/domoticz.git/blame - domoticz.service
drop unused patches
[packages/domoticz.git] / domoticz.service
CommitLineData
9dda6696
AM
1[Unit]
2Description=Domoticz Home Automation Server
3
4[Service]
5User=domoticz
6Group=domoticz
7EnvironmentFile=/etc/sysconfig/domoticz
8ExecStart=/usr/bin/domoticz -www $WWW_PORT -sslwww $SSL_PORT -sslcert $SSLCERT -sslpass $SSLPASS -sslmethod $SSLMETHOD -ssloptions $SSLOPTIONS -ssldhparam $SSLDHPARAM -wwwroot $WWW_ROOT -dbase $DBASE -userdata $USERDATA -verbose $VERBOSE -log $LOG -loglevel $LOGLEVEL
9WorkingDirectory=/usr/share/domoticz
10# Give the right to open priviliged ports. This allows you to run on a port <1024 without root permissions (user/group setting above)
11#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
12
13[Install]
14WantedBy=multi-user.target
This page took 0.072287 seconds and 4 git commands to generate.