aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-xrc.d/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc b/rc.d/rc
index ca83b6e5..533c4de5 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -93,7 +93,7 @@ if [ -d /etc/rc.d/rc$runlevel.d ]; then
if egrep -q "(daemon |action )" $i ; then
$i start
else
- if [ "$subsys" = "halt" ] || [ "$subsys" = "reboot" ]; then
+ if [ "$subsys" = "halt" -o "$subsys" = "reboot" -o "$subsys" = "single" ]; then
$i start
else
action "Starting $subsys" $i start