added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / whack_knotify4.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 #[whack knotify]
7 # whack this troublesome process that can go cpu crazy on a logout.
8 # so far this is the best solution to this major annoyance.
9 */3 * * * * killall knotify4 &>/dev/null
10
11