aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/files/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/sinit/files/config.h')
-rw-r--r--core/sinit/files/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/sinit/files/config.h b/core/sinit/files/config.h
new file mode 100644
index 00000000..dca21e3f
--- /dev/null
+++ b/core/sinit/files/config.h
@@ -0,0 +1,3 @@
+static char *const rcinitcmd[] = { "/usr/lib/init/rc.boot", NULL };
+static char *const rcrebootcmd[] = { "/usr/lib/init/rc.shutdown", "reboot", NULL };
+static char *const rcpoweroffcmd[] = { "/usr/lib/init/rc.shutdown", "poweroff", NULL };