Files
oasis-linux-mirror/pkg/sinit/config.h
T
2020-05-25 21:11:21 -07:00

6 lines
299 B
C

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