Initial Commit

This commit is contained in:
Hofei90
2020-01-06 12:11:36 +01:00
parent b8617ad52d
commit 73188fcb78
18 changed files with 1759 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Pfad zum speichern: /etc/systemd/system/feinstaub.service
[Unit]
Description=ServiceUnit zum starten des Feinstaub Skriptes
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/weewx_to_grafanaserver/feinstaub.py
[Install]
WantedBy=multi-user.target