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.

17 lines
392 B

  1. [Unit]
  2. Description=Demotape - Automatic stream taping for viennese district parlaments.
  3. After=multi-user.target
  4. [Service]
  5. Type=simple
  6. User=root
  7. ExecStart=/usr/bin/python3 -u /home/demotape/demotape/demotape.py /var/www/static-files/
  8. StandardOutput=file:/var/log/demotape.log
  9. StandardError=file:/var/log/demotape_error.log
  10. Restart=always
  11. RestartSec=10
  12. [Install]
  13. WantedBy=multi-user.target