Set crontab to execute after restart

  • This is used when the server restarts and you need to run a script on startup (or something similar)

@reboot /path/to/script.sh

Last updated