From f2222e1cfbac08fd3863692da4d3155208ed8fe4 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 12 Jun 2013 23:17:30 +0200 Subject: First cert scripts: add note wrt. p7s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- misc/crontab | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/crontab') diff --git a/misc/crontab b/misc/crontab index d4296f6..9ae2a71 100644 --- a/misc/crontab +++ b/misc/crontab @@ -1,2 +1,3 @@ # sync IMAP store every 5min for offline use */5 * * * * test $(ps -eo etimes,args | grep offlineimap | grep -v grep | awk '{print $1}END{if(NR==0){print 0}}') -gt 300 && killall -9 offlineimap; offlineimap -q -u quiet +#*/45 * * * * ps aux | grep -v grep | grep -q maildir_watch.sh || ~/.mutt/maildir_watch.sh -- cgit