diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/rc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/conf.d/rc b/etc/conf.d/rc index af260ea..1f38cb4 100644 --- a/etc/conf.d/rc +++ b/etc/conf.d/rc @@ -5,20 +5,6 @@ RC_PARALLEL_STARTUP="no" -# RC_USE_CONFIG_PROFILE allows you to have different /etc/conf.d files -# based on your runlevel - if a conf.d file for your profile does not exist -# then we try and use the default one. -# To enable runlevel selection at boot, append "softlevel=foobar" to your -# kernel line to change to the foobar runlevel. Here we would search for -# /etc/conf.d/<service>.foobar config files before trying to use the default -# /etc/conf.d/<service>. -# Note that it is only active if 'softlevel' was specified via the kernel line, -# and it is intended to use for different grub/lilo entries to specify config -# changes for say laptops between home and work, where you would have setup -# 'work' and 'home' runlevels, with /etc/conf.d/*.<runlevel> as needed. - -RC_USE_CONFIG_PROFILE="yes" - # # Controlling start-stop-daemon behavior |