mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
6 lines
299 B
C
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 };
|