etc/rc.conf: Clean up documentation for rc_hotplug
X-Gentoo-Bug: 554540 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554540
This commit is contained in:
parent
960881fcfe
commit
6cae41a4e6
@ -29,17 +29,20 @@
|
|||||||
# come up.
|
# come up.
|
||||||
#rc_depend_strict="YES"
|
#rc_depend_strict="YES"
|
||||||
|
|
||||||
# rc_hotplug is a list of services that we allow to be hotplugged.
|
# rc_hotplug controls which services we allow to be hotplugged.
|
||||||
# By default we do not allow hotplugging.
|
|
||||||
# A hotplugged service is one started by a dynamic dev manager when a matching
|
# A hotplugged service is one started by a dynamic dev manager when a matching
|
||||||
# hardware device is found.
|
# hardware device is found.
|
||||||
# This service is intrinsically included in the boot runlevel.
|
# Hotplugged services appear in the "hotplugged" runlevel.
|
||||||
# To disable services, prefix with a !
|
# If rc_hotplug is set to any value, we compare the name of this service
|
||||||
|
# to every pattern in the value, from left to right, and we allow the
|
||||||
|
# service to be hotplugged if it matches a pattern, or if it matches no
|
||||||
|
# patterns. Patterns can include shell wildcards.
|
||||||
|
# To disable services from being hotplugged, prefix patterns with "!".
|
||||||
|
#If rc_hotplug is not set or is empty, all hotplugging is disabled.
|
||||||
# Example - rc_hotplug="net.wlan !net.*"
|
# Example - rc_hotplug="net.wlan !net.*"
|
||||||
# This allows net.wlan and any service not matching net.* to be plugged.
|
# This allows net.wlan and any service not matching net.* to be hotplugged.
|
||||||
# Example - rc_hotplug="*"
|
# Example - rc_hotplug="!net.*"
|
||||||
# This allows all services to be hotplugged
|
# This allows services that do not match "net.*" to be hotplugged.
|
||||||
#rc_hotplug="*"
|
|
||||||
|
|
||||||
# rc_logger launches a logging daemon to log the entire rc process to
|
# rc_logger launches a logging daemon to log the entire rc process to
|
||||||
# /var/log/rc.log
|
# /var/log/rc.log
|
||||||
|
Loading…
Reference in New Issue
Block a user