diff options
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ if [ -d /etc/rc.d/rc$runlevel.d ]; then # Check if the subsystem is already up. subsys=${i#/etc/rc.d/rc$runlevel.d/S??} - [ -f /var/lock/subsys/$subsys ] && \ + [ -f /var/lock/subsys/$subsys ] || \ [ -f /var/lock/subsys/${subsys}.init ] && continue # Bring the subsystem up. |