]> git.pld-linux.org Git - packages/domoticz.git/blame - domoticz.service
order systemd unit after time-sync.target
[packages/domoticz.git] / domoticz.service
CommitLineData
9dda6696
AM
1[Unit]
2Description=Domoticz Home Automation Server
d5409dc5 3After=syslog.target network.target time-sync.target
9dda6696
AM
4
5[Service]
6User=domoticz
7Group=domoticz
8EnvironmentFile=/etc/sysconfig/domoticz
9ExecStart=/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
10WorkingDirectory=/usr/share/domoticz
11# Give the right to open priviliged ports. This allows you to run on a port <1024 without root permissions (user/group setting above)
12#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
13
14[Install]
15WantedBy=multi-user.target
This page took 0.139517 seconds and 4 git commands to generate.