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