Initial Commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user