aboutsummaryrefslogtreecommitdiffstats
path: root/init/rcS-emergency.conf
blob: f37c6231f270bae55c57bdeeadf1b4edaa64c32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rcS-emergency - SysVinit emergency compatibility
#
# This task is run before rc.sysinit if emergency is passed to kernel

console owner

task

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