run cron at boot too, to e.g. get new firewall rules installed
This commit is contained in:
parent
79606f2a6d
commit
12b2412ea7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue