\!/ KyuuKazami \!/

Path : /etc/init/
Upload :
Current File : //etc/init/rcS-emergency.conf

# rcS-emergency - SysVinit emergency compatibility
#
# This task is run before rc.sysinit if emergency is passed to kernel
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rcS-emergency.override and put your changes there.

console owner

task

script
	. /etc/sysconfig/init
	plymouth --hide-splash || true
	[ -z "$EMERGENCY" ] && EMERGENCY=/sbin/sulogin
	exec $EMERGENCY
end script

@KyuuKazami