From 3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 23:13:19 +0300 Subject: repository: move ubase and sinit to core --- core/sinit/files/config.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/sinit/files/config.h (limited to 'core/sinit/files/config.h') 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 }; -- cgit v1.2.3