diff options
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 |