blob: c68998706c2b4d19084c317a4aae196a467939eb (
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 };
|