From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- straper/db/public/cron/cron.weekly/0anacron | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 straper/db/public/cron/cron.weekly/0anacron (limited to 'straper/db/public/cron/cron.weekly/0anacron') diff --git a/straper/db/public/cron/cron.weekly/0anacron b/straper/db/public/cron/cron.weekly/0anacron new file mode 100755 index 0000000..d53cde3 --- /dev/null +++ b/straper/db/public/cron/cron.weekly/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.weekly -- cgit v1.3