renamed directory + added systemd service and timers

This commit is contained in:
2024-10-20 10:25:25 +02:00
parent 0eefa1772a
commit c8362938ad
11 changed files with 36 additions and 12 deletions

5
sensors/Makefile Normal file
View File

@@ -0,0 +1,5 @@
systemd:
sudo cp ./sensors.service /etc/systemd/system
sudo cp ./sensors.timer /etc/systemd/system
sudo systemctl enable sensors.timer
sudo systemctl start sensors.timer