Changes

Jump to navigation Jump to search

How to add crontab job

195 bytes added, 11:08, 19 July 2021
no edit summary
{{GD Template Impl}}
==Add crontab job==
sudo crontab -e
@reboot python /home/pi/x735-v2.5/pwm_fan_control.py
Please note the path of this file., this is very important!!
[[File:Crontab-step2.png]]
Save and exit (CTRK + O and ENTER to save it). In nano editor, you do that by hitting CTRL + X, answering Y and hitting Enter when prompted.
 
Please run 'sudo reboot' to reboot device to enable crontab job.
 
==Remove crontab job==
sudo crontab -e
 
then remove the command line by yourself.
 
<!--Add review function! -->

Navigation menu