]> git.pld-linux.org Git - packages/domoticz.git/blob - domoticz.service
drop unused patches
[packages/domoticz.git] / domoticz.service
1 [Unit]
2 Description=Domoticz Home Automation Server
3
4 [Service]
5 User=domoticz
6 Group=domoticz
7 EnvironmentFile=/etc/sysconfig/domoticz
8 ExecStart=/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
9 WorkingDirectory=/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]
14 WantedBy=multi-user.target
This page took 0.067758 seconds and 3 git commands to generate.