diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:03:55 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:03:55 +0100 |
commit | cd2b67ff5a8e308dc701319c189d3f8fa9b5370e (patch) | |
tree | 66ab8b88ea088efc6a83ad03e646e384dc2ff7df /global/overlay/etc/cron.d/cosmos | |
parent | e69b0f84f86ceb32e62dbef5492fc1aac20de919 (diff) |
use run-cosmos, for serialization
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..4eab8de 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 || /usr/local/bin/run-cosmos |