diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 22:36:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 22:36:35 +0300 |
commit | 051404c997c633388071203be5c24f28dfb9f14c (patch) | |
tree | 2b8e2a1cd5aeb0e94a784f34830c2e8f1540de1d /core/sinit/post-install | |
parent | 21fc7560eeaeb7ff0d25ef210570faf47c09357f (diff) | |
download | repository-051404c997c633388071203be5c24f28dfb9f14c.tar.gz |
sinit: removed ubase dependency, build respawn and halt onto sinit
Diffstat (limited to 'core/sinit/post-install')
-rwxr-xr-x | core/sinit/post-install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/sinit/post-install b/core/sinit/post-install index f9c906f2..11270008 100755 --- a/core/sinit/post-install +++ b/core/sinit/post-install @@ -2,10 +2,10 @@ grep -q SINIT_ /etc/init/rc.conf || cat <<EOF >> /etc/init/rc.conf -# Uncomment these to run the scripts for sinit -# SINIT_SHUTDOWN_HOOKS=1 -# SINIT_ENABLE_GETTY=1 -# SINIT_ENABLE_RUNIT=1 +# Comment these to run the scripts for sinit +SINIT_SHUTDOWN_HOOKS=1 +SINIT_ENABLE_GETTY=1 +SINIT_ENABLE_RUNIT=1 EOF cat <<EOF |