started work on pulling from config, setting up systemd services
This commit is contained in:
parent
d45d7c4a8a
commit
f41dfc4f86
6 changed files with 57 additions and 10 deletions
16
barco@.service
Normal file
16
barco@.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Barco projector control
|
||||
After=mqtt_init.service
|
||||
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /home/rpi/barco_telnet_control.py %name
|
||||
User=rpi
|
||||
Group=rpi
|
||||
Type=simple
|
||||
Restart=always
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=mqtt_init.service
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue