# 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)

```bash
@reboot /path/to/script.sh
```
