12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- id:3:initdefault:
- si::sysinit:/etc/rc.d/rc.startup
- r0:0:wait:/etc/rc.d/rc.shutdown
- r1:1S:wait:/etc/rc.d/rc.single
- r3:2345:wait:/etc/rc.d/rc.multiuser
- r4:45:respawn:/etc/rc.d/rc.x11
- r6:6:wait:/etc/rc.d/rc.reboot
- ca::ctrlaltdel:/sbin/shutdown -t 3 -r now
- c1:123:respawn:/sbin/agetty --noclear tty1 38400 linux
- c2:123:respawn:/sbin/agetty tty2 38400 linux
- c3:12345:respawn:/sbin/agetty tty3 38400 linux
|