From 7401213c13a55fb25398049d8208e856cf674fdf Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 28 Jan 2012 16:39:00 -0500 Subject: [PATCH] new file to zap infuriating knotify4 out of control daemon. --- database/configuration/cron/whack_knotify4.crontab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 database/configuration/cron/whack_knotify4.crontab 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 + + -- 2.34.1