add systemd files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Pfad zum speichern: /etc/systemd/system/abflussdaten_sammeln.service
|
||||
[Unit]
|
||||
Description=Service Unit zum starten der Abflussdaten sammeln
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 /opt/abflussdaten_sammeln/abflussdaten_sammeln.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user