void-packages/srcpkgs/sinit/files/config.h
2014-04-22 22:13:24 +02:00

6 lines
272 B
C

/* See LICENSE file for copyright and license details. */
static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };