sinit-spark/config.h

6 lines
249 B
C
Raw Permalink Normal View History

2015-06-01 13:15:16 +00:00
/* 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 };