Open main menu

Changes

How to add crontab job

19 bytes added, 09:41, 31 May 2023
Add the command line you want to execute at the end of the file that reads like this:
'''@reboot python python3 /home/pi/x-c1/fan.py'''
'''PS: '''
1. '''@reboot python /home/pi/x-c1/fan.py''' is a sample command, You '''MUST''' to modify it according to your needs.
[[File:Crontab-2.png|800px]]
sudo crontab -e
then Then remove the command line by yourself.