blob: 3d2da6fcb67a9ffb4c591047cd7fdcc2d8bb842f (
plain)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
static char *const rcinitcmd[] = { "/etc/rc.init", NULL };
static char *const rcrebootcmd[] = { "/etc/rc.shutdown", "reboot", NULL };
static char *const rcpoweroffcmd[] = { "/etc/rc.shutdown", "poweroff", NULL };
|