jueves, 17 de julio de 2014

Linux Execute Cron Job After System Reboot

Crontab is a program used in linux to execute schedule scripts.

If you need to run one script after rebooting the server you can use @reboot.

@reboot  /path/to/job
@reboot  /path/to/shell.script
@reboot  /path/to/command

Entradas populares