camera.service 211 B

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