commit d28c7c00bcc2c383bafd233d2bd0bf7bfcf9f540
parent 114d73af8076d764c45e3c80c5ca91ea64f321b5
Author: sin <sin@2f30.org>
Date: Wed, 23 Apr 2014 15:18:48 +0100
Add configs
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configs/sinit-config.h b/configs/sinit-config.h
@@ -0,0 +1,5 @@
+/* See LICENSE file for copyright and license details. */
+
+static char *const rcinitcmd[] = { "/etc/rc", NULL };
+static char *const rcrebootcmd[] = { "/etc/rc.shutdown", "reboot", NULL };
+static char *const rcpoweroffcmd[] = { "/etc/rc.shutdown", "poweroff", NULL };