diff options
Diffstat (limited to 'straper/db/public/cron/cron.daily/0anacron')
| -rwxr-xr-x | straper/db/public/cron/cron.daily/0anacron | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/straper/db/public/cron/cron.daily/0anacron b/straper/db/public/cron/cron.daily/0anacron new file mode 100755 index 0000000..262530a --- /dev/null +++ b/straper/db/public/cron/cron.daily/0anacron @@ -0,0 +1,12 @@ +#!/bin/sh +# +# anacron's cron script +# +# This script updates anacron time stamps. It is called through run-parts +# either by anacron itself or by cron. +# +# The script is called "0anacron" to assure that it will be executed +# _before_ all other scripts. + +test -x /usr/sbin/anacron || exit 0 +anacron -u cron.daily |
