4 lines
246 B
C
4 lines
246 B
C
static char *const rcinitcmd[] = { "/usr/lib/init/rc.boot", NULL };
|
|
static char *const rcrebootcmd[] = { "/usr/lib/init/rc.shutdown", "reboot", NULL };
|
|
static char *const rcpoweroffcmd[] = { "/usr/lib/init/rc.shutdown", "poweroff", NULL };
|