aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
blob: 6ab3920fab96a5f59e27f48f3cfed7ca2ab2654b (plain)
1
2
3
4
5
/* See LICENSE file for copyright and license details. */

static char *const rcinitcmd[]     = { "/bin/rc.init", NULL };
static char *const rcrebootcmd[]   = { "/bin/rc.shutdown", "reboot", NULL };
static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };