| Revision 1108, 281 bytes checked in by daisuke, 16 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [1108] | 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 | start on runlevel [0123456] | |
| 7 | ||
| 8 | stop on runlevel [!$RUNLEVEL] | |
| 9 | ||
| 10 | task | |
| 11 | ||
| 12 | export RUNLEVEL | |
| 13 | console output | |
| 14 | exec /etc/rc.d/rc $RUNLEVEL |