# kill server at 8:00am and 12:55pm
00 08 * * 1-5   /c/bcr/bin/daemon -o -k 
55 12 * * 1-5   /c/bcr/bin/daemon -o -k 
# start server at 12:00pm and 5:00pm
00 12,17 * * *  /c/bcr/bin/daemon -o 

