Você pode usar @reboot
- de man crontab
1 :
The following formats are also recognized:
# schedule this job only once, when crond starts up
@reboot date
Então você poderia usar algo como:
@reboot /path/to/yourtask
Existem outras palavras-chave especiais Cron 2 :
Palavra-chave equivalente
@ yearly 0 0 1 1 *
@daily 0 0 * * *
@hourly 0 * * * *
@reboot Executar na inicialização.
[1] Em dcron e Vixie cron
[2] link