Parcourir la source

add systemd service file

master
Andreas Demmelbauer il y a 4 ans
Parent
révision
9aab5bf59a
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. +13
    -0
      demotape.service

+ 13
- 0
demotape.service Voir le fichier

@@ -0,0 +1,13 @@
[Unit]
Description=checks regulary the webstreams of all district parlaments in vienna. Online streams get taped.
After=multi-user.target

[Service]
Type=idle
User=pi
ExecStart=/usr/bin/python3 /path/to/demotape.py > /var/log/demotape.log 2>&1
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

Chargement…
Annuler
Enregistrer