Update 'README.md'

This commit is contained in:
2021-01-06 16:11:46 +01:00
parent 9ddf0cc838
commit 23e5d572fc

View File

@@ -4,12 +4,12 @@
## Installation ## Installation
Copy the files (as root!) report_temperature.service/report_temperature.timer from ./etc/systemd/system to your system /etc/systemd/system Copy the files (as root!) report_temperature.service/report_temperature.timer from ./etc/systemd/system to your system /etc/systemd/system
Now load tell systemd that you have added new files: Now tell systemd that you have added new files:
'systemctl daemon-reload' 'systemctl daemon-reload'
save temperature_reporter.py to /home/pi/tempsense/. save temperature_reporter.py to /home/pi/tempsense/.
Enable and start the timer: Enable and start the timer:
'systemctl enable report_temperature.timer --now' 'systemctl enable report_temperature.timer --now'
## Store script at a differet location. ## Store script at a differet location.