run cron at boot too, to e.g. get new firewall rules installed

This commit is contained in:
Fredrik Thulin 2023-02-06 17:12:01 +01:00
parent 79606f2a6d
commit 12b2412ea7
No known key found for this signature in database
GPG key ID: 2707330D4030CCAD

View file

@ -2,3 +2,5 @@ SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/15 * * * * root /usr/local/libexec/cosmos-cron-wrapper */15 * * * * root /usr/local/libexec/cosmos-cron-wrapper
@reboot root sleep 30; /usr/local/libexec/cosmos-cron-wrapper