Skip to content

Cron

MIO

is a job scheduler that runs commands at certain times of the day.
It is most suitable for scheduling repetitive tasks.
Place your jobs into the ./files/jobs folder.

* * * * * <user> <command to execute>
| | | | |
| | | | day of the week (0–6) (Sunday to Saturday; 7 is also Sunday on some systems)
| | | month (1–12)
| | day of the month (1–31)
| hour (0–23)
minute (0–59)

Config Files#

Name Default Type Description

Use#


TODO