Added sysdweb
This commit is contained in:
10
roles/pi-dhtsensor/files/dht22_sensing.service
Normal file
10
roles/pi-dhtsensor/files/dht22_sensing.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=DHT22 Temperature Humidity Sensing
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python3 /usr/bin/dht22_sensing
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user