Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
821 stars 188 forks source link

Is the a way to send multiple CRON_JOB in the config file #850

Closed gibranabdulla closed 2 months ago

gibranabdulla commented 2 months ago

In the config files. How can we send multiple cron jobs? I don't want to have to rebuild the iso to include some of the other CRON jobs we need as they have kiosk specific configs.

CRON_JOB="0 2 0 /sbin/reboot" CRON_JOB="@reboot ntpdate time.myntp.com"

Thinstation commented 2 months ago

CRON_JOB1="0 2 0 /sbin/reboot" CRON_JOB2="@reboot ntpdate time.myntp.com"

gibranabdulla commented 2 months ago

Awesome! Works great! Thanks!