Close

Adding script to crontab

A project log for Kids School Control

Notifies parents when their kid came to school via SMS

evgheniiEvghenii 09/21/2017 at 14:220 Comments

To automatically start script at boot, we need to add it to crontab.

crontab -e

 add the following line to the end of crontab 

@reboot python /path/to/script/read.py

 After reboot, script will start and listen to new cards

Discussions