summaryrefslogtreecommitdiff
path: root/pkg/sinit/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sinit/config.h')
-rw-r--r--pkg/sinit/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/sinit/config.h b/pkg/sinit/config.h
new file mode 100644
index 00000000..3d2da6fc
--- /dev/null
+++ b/pkg/sinit/config.h
@@ -0,0 +1,5 @@
+/* See LICENSE file for copyright and license details. */
+
+static char *const rcinitcmd[] = { "/etc/rc.init", NULL };
+static char *const rcrebootcmd[] = { "/etc/rc.shutdown", "reboot", NULL };
+static char *const rcpoweroffcmd[] = { "/etc/rc.shutdown", "poweroff", NULL };