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