!7 module WatchDog > DynPrintLog { start { doEvery(60.0, r { if (hasBot("Stefan's OS Watch Dog.")) print("Watch Dog running."); else { print("Watch Dog not running, starting."); nohupJavax(#1019683); } }); } }