From: Chris Koeritz Date: Sat, 28 Jan 2012 21:39:00 +0000 (-0500) Subject: new file to zap infuriating knotify4 out of control daemon. X-Git-Tag: 2.140.90~1656^2~7 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7401213c13a55fb25398049d8208e856cf674fdf;p=feisty_meow.git new file to zap infuriating knotify4 out of control daemon. --- diff --git a/database/configuration/cron/whack_knotify4.crontab b/database/configuration/cron/whack_knotify4.crontab new file mode 100644 index 00000000..68a0ae6a --- /dev/null +++ b/database/configuration/cron/whack_knotify4.crontab @@ -0,0 +1,10 @@ + +SHELL=/bin/bash + +# m h dom mon dow command + +# whack this troublesome process that can go cpu crazy on a logout. +# so far this is the best solution to this major annoyance. +*/3 * * * * killall knotify4 &>/dev/null + +