11 lines
197 B
Desktop File
11 lines
197 B
Desktop File
[Unit]
|
|
Description=Sending co2 ampel data to the influx db
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/python /usr/bin/co2ampel-receiver
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|