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.
|
- [Unit]
- Description=Demotape - Automatic stream taping for viennese district parlaments.
- After=multi-user.target
-
- [Service]
- Type=simple
- User=root
- ExecStart=/usr/bin/python3 -u /home/demotape/demotape/demotape.py /var/www/static-files/
- StandardOutput=file:/var/log/demotape.log
- StandardError=file:/var/log/demotape_error.log
-
- Restart=always
- RestartSec=10
-
- [Install]
- WantedBy=multi-user.target
|