From d9ebc900fcbe26768ae41ad5f7aa813a746e1e6f Mon Sep 17 00:00:00 2001 From: cassio Date: Wed, 29 Aug 2018 13:35:25 +0200 Subject: new update scheme --- tools/cron-boca-fixes | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/cron-boca-fixes (limited to 'tools/cron-boca-fixes') diff --git a/tools/cron-boca-fixes b/tools/cron-boca-fixes new file mode 100644 index 0000000..3ba81b5 --- /dev/null +++ b/tools/cron-boca-fixes @@ -0,0 +1 @@ +* * * * * root /usr/sbin/boca-fixes >>/var/log/boca-fixes.out 2>>/var/log/boca-fixes.err -- cgit v1.2.3 From d2fc1e6d0ddfedd40662216b147b6017d9b3fcec Mon Sep 17 00:00:00 2001 From: cassio Date: Wed, 29 Aug 2018 13:41:48 +0200 Subject: fixes periodicity --- tools/cron-boca-fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cron-boca-fixes') diff --git a/tools/cron-boca-fixes b/tools/cron-boca-fixes index 3ba81b5..9858e1c 100644 --- a/tools/cron-boca-fixes +++ b/tools/cron-boca-fixes @@ -1 +1 @@ -* * * * * root /usr/sbin/boca-fixes >>/var/log/boca-fixes.out 2>>/var/log/boca-fixes.err +*/20 * * * * root /usr/sbin/boca-fixes >>/var/log/boca-fixes.out 2>>/var/log/boca-fixes.err -- cgit v1.2.3