//go:build prod // +build prod package util const ( RebootCmd = "shutdown -r 0" RaucCmd = "rauc" TestMode = false )