11 lines
279 B
Desktop File
11 lines
279 B
Desktop File
# 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 |