# rcS - runlevel compatibility
#
# This task runs the old sysv-rc startup scripts.

start on startup

# Note: there can be no previous runlevel here, if we have one it's bad
# information (we enter rc1 not rcS for maintenance).
console output
exec /etc/init.d/rcS
                                        
