68a0ae6a87fa9737af1fab046ab7c61a639d2d7b
[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 this troublesome process that can go cpu crazy on a logout.
7 # so far this is the best solution to this major annoyance.
8 */3 * * * * killall knotify4 &>/dev/null
9
10