small reworks in frontend and scripts, mostly finalized ansible deploy script -- still needs testing
This commit is contained in:
parent
f41dfc4f86
commit
e57f803a52
25 changed files with 440 additions and 90 deletions
|
@ -1,16 +1,16 @@
|
|||
[Unit]
|
||||
Description=Barco projector control
|
||||
After=mqtt_init.service
|
||||
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /home/rpi/barco_telnet_control.py %name
|
||||
User=rpi
|
||||
Group=rpi
|
||||
ExecStart=/usr/bin/poetry run python3 /home/kat/pyServices/fri-mm-maline/barco_G62_control.py %i
|
||||
Type=simple
|
||||
Restart=always
|
||||
|
||||
WorkingDirectory=/home/kat/pyServices/fri-mm-maline
|
||||
User=kat
|
||||
Group=kat
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=mqtt_init.service
|
||||
|
||||
WantedBy=multi-user.target
|
||||
DefaultInstance=main
|
Loading…
Add table
Add a link
Reference in a new issue