aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 8a000bdb..e6884154 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -839,6 +839,7 @@ int main (int argc, char **argv)
continue;
if (rc_service_exists (d->d_name) &&
+ rc_conf_yesno ("rc_coldplug") &&
service_plugable (d->d_name))
rc_service_mark (d->d_name, RC_SERVICE_COLDPLUGGED);