X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.reboot;h=78c0e9ba62e3cfbbb0386e7f6541474aae8fe63b;hb=ddeee80a2f3389f89fb5ee1d7ecc5e36a68279d7;hp=26d507e47c0263bcd28930deb2650bf90c653923;hpb=7538a1a1c81d363bc685bea55e220763280c0c16;p=dak.git diff --git a/config/debian/cron.reboot b/config/debian/cron.reboot index 26d507e4..78c0e9ba 100755 --- a/config/debian/cron.reboot +++ b/config/debian/cron.reboot @@ -26,6 +26,11 @@ set -u # the important part here) set -E +# We sleep a while here, as cron - and as such @reboot jobs like this +# one - are started pretty early during boot. With parts of the system +# still missing, most noticable for us is a not-yet-started postgres... +sleep 75 + # import the general variable set. export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars . $SCRIPTVARS