diff options
Diffstat (limited to 'etc/conf.d/rc')
-rw-r--r-- | etc/conf.d/rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc index 1f38cb4..a301863 100644 --- a/etc/conf.d/rc +++ b/etc/conf.d/rc @@ -5,6 +5,12 @@ RC_PARALLEL_STARTUP="no" +# RC_BOOTLOG will generate a log of the boot messages shown on the console. +# Useful for headless machines or debugging. You need to emerge the +# app-admin/showconsole package for this to work. + +RC_BOOTLOG="no" + # # Controlling start-stop-daemon behavior |