aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc b/rc.d/rc
index d0f0bb66..b8ead1d7 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -106,6 +106,7 @@ if [ -d /etc/rc$runlevel.d ]; then
exec $i start
else
$i start
+ fi
else
if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" -o "$subsys" = "local" ]; then
if [ "$subsys" = "halt" -o "$subsys" = "reboot" ]; then