> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/os/linux/crontab/set-crontab-to-execute-after-restart.md).

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