new file to zap infuriating knotify4 out of control daemon.
authorChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 21:39:00 +0000 (16:39 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 21:39:00 +0000 (16:39 -0500)
database/configuration/cron/whack_knotify4.crontab [new file with mode: 0644]

diff --git a/database/configuration/cron/whack_knotify4.crontab b/database/configuration/cron/whack_knotify4.crontab
new file mode 100644 (file)
index 0000000..68a0ae6
--- /dev/null
@@ -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
+
+