added systemd timer
This commit is contained in:
8
etc/systemd/system/report_temperature.timer
Normal file
8
etc/systemd/system/report_temperature.timer
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Report temperature sensor data to InfluxDB server
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=*:*:45
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
Reference in New Issue
Block a user