net-ops/global/overlay/etc/cron.d/cosmos

5 lines
170 B
Plaintext
Raw Normal View History

2013-09-02 14:01:50 +00:00
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
2013-10-15 11:59:14 +00:00
*/15 * * * * root test -f /etc/no-automatic-cosmos || (cosmos update ; cosmos apply)