added systemd service config files and misc changes, still need to finish writing the reworked tse box controller
This commit is contained in:
parent
81218eb21a
commit
e595fb97ce
10 changed files with 131 additions and 8 deletions
15
tse_box.service
Normal file
15
tse_box.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=TSE serial control
|
||||
After=mqtt_init.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/python3 /home/rpi/tse_serial_controler.py /home/rpi/tse_serial_interpreter.py
|
||||
Type=simple
|
||||
Restart=always
|
||||
User=rpi
|
||||
Group=rpi
|
||||
|
||||
[Install]
|
||||
WantedBy=mqtt_init.service
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue