You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
310 B

  1. [Unit]
  2. Description=checks regulary the webstreams of all district parlaments in vienna. Online streams get taped.
  3. After=multi-user.target
  4. [Service]
  5. Type=idle
  6. User=pi
  7. ExecStart=/usr/bin/python3 /path/to/demotape.py > /var/log/demotape.log 2>&1
  8. Restart=always
  9. RestartSec=10
  10. [Install]
  11. WantedBy=multi-user.target