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/post-install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 core/sinit/post-install (limited to 'core/sinit/post-install') diff --git a/core/sinit/post-install b/core/sinit/post-install new file mode 100755 index 00000000..f9c906f2 --- /dev/null +++ b/core/sinit/post-install @@ -0,0 +1,16 @@ +#!/bin/sh -e + +grep -q SINIT_ /etc/init/rc.conf || cat <> /etc/init/rc.conf + +# Uncomment these to run the scripts for sinit +# SINIT_SHUTDOWN_HOOKS=1 +# SINIT_ENABLE_GETTY=1 +# SINIT_ENABLE_RUNIT=1 +EOF + +cat <