1 Answer
For that just give @reboot in crontab instead of * * * * * as follows.
# crontab -e
@reboot /bin/sh /home/user1/test.sh
Your Answer
x