sinit-spark/config.h
2015-06-01 16:15:16 +03:00

6 lines
249 B
C

/* 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 };