6 lines
249 B
C
6 lines
249 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
static char *const rcinitcmd[] = { "/bin/rc", NULL };
|
|
static char *const rcrebootcmd[] = { "/bin/rc", "reboot", NULL };
|
|
static char *const rcpoweroffcmd[] = { "/bin/rc", "poweroff", NULL };
|