/init/rc.conf
http://github.com/brinkman83/bashrc · Config · 20 lines · 14 code · 6 blank · 0 comment · 0 complexity · c5e4b13b644d79d5a5c02e1396159c00 MD5 · raw file
- # rc - System V runlevel compatibility
- #
- # This task runs the old System V-style rc script when changing between
- # runlevels.
- description "System V runlevel compatibility"
- author "Scott James Remnant <scott@netsplit.com>"
- start on runlevel [0123456]
- stop on runlevel [!$RUNLEVEL]
- export RUNLEVEL
- export PREVLEVEL
- console output
- env INIT_VERBOSE
- task
- exec /etc/init.d/rc $RUNLEVEL