camera.service 215 B

123456789101112
  1. [Unit]
  2. Description=Camera 1 feed service
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/home/curso/code/snowmix/camera1/cam.py
  7. Restart=always
  8. RestartSec=3
  9. [Install]
  10. WantedBy=multi-user.target