2020-03-30 22:49:44 +02:00
|
|
|
[Unit]
|
|
|
|
Description=DHT22 Temperature Humidity Sensing
|
2024-02-19 08:10:58 +01:00
|
|
|
After=network.target
|
2020-03-30 22:49:44 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-02-19 08:10:58 +01:00
|
|
|
ExecStart=/usr/bin/dht22_sensing
|
2020-03-30 22:49:44 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|