func SetAutoRestart(val bool) { srv.GetState().OSet("auto_restart", val) srv.SaveState() }
func GetAutoRestart() bool { ar, _ := srv.GetState().Get("auto_restart").Bool() return ar }