Update 'README.md'
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user