Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
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 |
#
|
|
|
6 |
# Do not edit this file directly. If you want to change the behaviour,
|
|
|
7 |
# please create a file rc.override and put your changes there.
|
|
|
8 |
|
|
|
9 |
start on runlevel [0123456]
|
|
|
10 |
|
|
|
11 |
stop on runlevel [!$RUNLEVEL]
|
|
|
12 |
|
|
|
13 |
task
|
|
|
14 |
|
|
|
15 |
export RUNLEVEL
|
|
|
16 |
console output
|
|
|
17 |
exec /etc/rc.d/rc $RUNLEVEL
|