From d99a102b867a40a8da7869ca07490ece3cbf3316 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 24 Jul 2006 19:18:17 +0000 Subject: Add the cron stuff to the repo git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2000 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2.cron.daily | 2 ++ debian/bcfg2.cron.hourly | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 debian/bcfg2.cron.daily create mode 100644 debian/bcfg2.cron.hourly (limited to 'debian') diff --git a/debian/bcfg2.cron.daily b/debian/bcfg2.cron.daily new file mode 100644 index 000000000..eb0f41e9a --- /dev/null +++ b/debian/bcfg2.cron.daily @@ -0,0 +1,2 @@ +#!/bin/sh +[ -x /usr/lib/bcfg2/bcfg2-cron ] && /usr/lib/bcfg2/bcfg2-cron --daily 2>&1 > /dev/null diff --git a/debian/bcfg2.cron.hourly b/debian/bcfg2.cron.hourly new file mode 100644 index 000000000..f04c122c4 --- /dev/null +++ b/debian/bcfg2.cron.hourly @@ -0,0 +1,2 @@ +#!/bin/sh +[ -x /usr/lib/bcfg2/bcfg2-cron ] && /usr/lib/bcfg2/bcfg2-cron --hourly 2>&1 > /dev/null -- cgit v1.2.3-1-g7c22