5 lines
272 B
C
5 lines
272 B
C
/* 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 };
|