/init/rc.conf

http://github.com/brinkman83/bashrc · Config · 20 lines · 14 code · 6 blank · 0 comment · 0 complexity · c5e4b13b644d79d5a5c02e1396159c00 MD5 · raw file

  1. # rc - System V runlevel compatibility
  2. #
  3. # This task runs the old System V-style rc script when changing between
  4. # runlevels.
  5. description "System V runlevel compatibility"
  6. author "Scott James Remnant <scott@netsplit.com>"
  7. start on runlevel [0123456]
  8. stop on runlevel [!$RUNLEVEL]
  9. export RUNLEVEL
  10. export PREVLEVEL
  11. console output
  12. env INIT_VERBOSE
  13. task
  14. exec /etc/init.d/rc $RUNLEVEL