To start a program using cronjob, create a cronjob like
@reboot /root/start.sh
On system boot, the command “/root/start.sh” will be executed.
To start a program using cronjob, create a cronjob like
@reboot /root/start.sh
On system boot, the command “/root/start.sh” will be executed.
Leave a Reply