diff options
author | Leif Johansson <leifj@sunet.se> | 2014-06-30 11:49:48 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-06-30 11:49:48 +0200 |
commit | deff549e038885729868b30c68a12538883c9646 (patch) | |
tree | 26e7ff03a8baf9e3bfd2fff5edb90e23ba7a1dc5 /global/overlay/etc/cron.d/cosmos | |
parent | a1bc104e5bd63ab896afc92781df6aac6efd90e3 (diff) | |
parent | ecb417e8ce9a1eca586e2169c615c2bd30c938f8 (diff) |
Merge branch 'master' of git.nordu.net:sunet-opssunet-ops-2014-06-30-v02
Diffstat (limited to 'global/overlay/etc/cron.d/cosmos')
-rw-r--r-- | global/overlay/etc/cron.d/cosmos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/cron.d/cosmos b/global/overlay/etc/cron.d/cosmos index 70af3a4..58b45af 100644 --- a/global/overlay/etc/cron.d/cosmos +++ b/global/overlay/etc/cron.d/cosmos @@ -1,4 +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) +*/15 * * * * root test -f /etc/no-automatic-cosmos || scriptherder --mode wrap --syslog --name cosmos -- /usr/local/bin/run-cosmos -v |