]> git.pld-linux.org Git - packages/domoticz.git/blob - domoticz.service
up to 2022.2
[packages/domoticz.git] / domoticz.service
1 [Unit]
2 Description=Domoticz Home Automation Server
3 After=syslog.target network.target time-sync.target
4
5 [Service]
6 User=domoticz
7 Group=domoticz
8 EnvironmentFile=/etc/sysconfig/domoticz
9 ExecStart=/usr/bin/domoticz -f $DOMOTICZ_CONF
10 WorkingDirectory=@DOMOTICZ_DIR@
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]
15 WantedBy=multi-user.target
This page took 0.086413 seconds and 3 git commands to generate.