mqtt-servo.service 237 B

12345678910111213
  1. [Unit]
  2. Description=control servos via mqtt
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. User=curso
  7. ExecStart=/home/curso/code/snowmix/camera1/rotate-servo.py
  8. Restart=always
  9. RestartSec=3
  10. [Install]
  11. WantedBy=multi-user.target