added systemd service config files and misc changes, still need to finish writing the reworked tse box controller

This commit is contained in:
0xEmm 2024-11-07 17:07:29 +01:00
parent 81218eb21a
commit e595fb97ce
10 changed files with 131 additions and 8 deletions

12
projector_motors.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=Control for projector motors
After=mqtt_init.service
[Service]
ExecStart=/usr/bin/python3 /home/rpi/projector_motors.py
Restart=always
Type=simple
[Install]
WantedBy=mqtt_init.service