source: projects/initscripts/tags/initscripts-8.91.3/init/rc.conf @ 1108

Revision 1108, 281 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1# rc - System V runlevel compatibility
2#
3# This task runs the old sysv-rc runlevel scripts.  It
4# is usually started by the telinit compatibility wrapper.
5
6start on runlevel [0123456]
7
8stop on runlevel [!$RUNLEVEL]
9
10task
11
12export RUNLEVEL
13console output
14exec /etc/rc.d/rc $RUNLEVEL
Note: See TracBrowser for help on using the repository browser.