# rc-multiuser - multiuser runlevel compatibility # # This task runs the old sysv-rc runlevel 2+ ("multi-user") scripts. It # is usually started by the telinit compatibility wrapper. start on runlevel [2345] stop on runlevel task export PREVLEVEL export RUNLEVEL console output script runlevel --set $RUNLEVEL || true export PREVLEVEL RUNLEVEL exec /etc/rc.d/rc $RUNLELVEL end script