diff options
| author | cassio <cassiopc@gmail.com> | 2018-08-27 15:04:26 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-08-27 15:04:26 +0000 |
| commit | 540e43f370c3c1f38b9d337cd64d2b39a413ac57 (patch) | |
| tree | bccc7e24fc8db3d043448b2ed2cc13289b572f24 /tools/cron-boca-log | |
| parent | e2a898ab9f88010a14da14b54a9809ba2c6e17ab (diff) | |
| download | boca-540e43f370c3c1f38b9d337cd64d2b39a413ac57.tar.gz boca-540e43f370c3c1f38b9d337cd64d2b39a413ac57.zip | |
better date print, less often logs
Diffstat (limited to 'tools/cron-boca-log')
| -rw-r--r-- | tools/cron-boca-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cron-boca-log b/tools/cron-boca-log index 4fa18cf..c5aedcf 100644 --- a/tools/cron-boca-log +++ b/tools/cron-boca-log @@ -1 +1 @@ -* * * * * root /usr/sbin/boca-submit-log >>/var/log/boca-submit-log.out 2>>/var/log/boca-submit-log.err +*/3 * * * * root /usr/sbin/boca-submit-log >>/var/log/boca-submit-log.out 2>>/var/log/boca-submit-log.err |