From 7515782eb503152dfc3e84fee1260fb10d560df9 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 2 Sep 2013 16:01:50 +0200 Subject: import --- global/overlay/etc/cron.d/cosmos | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 global/overlay/etc/cron.d/cosmos (limited to 'global/overlay/etc/cron.d/cosmos') diff --git a/global/overlay/etc/cron.d/cosmos b/global/overlay/etc/cron.d/cosmos new file mode 100644 index 0000000..b157bde --- /dev/null +++ b/global/overlay/etc/cron.d/cosmos @@ -0,0 +1,4 @@ +SHELL=/bin/sh +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin + +*/15 * * * * root test -f /etc/no-automatic-cosmos || (cosmos update && cosmos apply) -- cgit v1.1