Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# rcS-emergency - SysVinit emergency compatibility
2
#
3
# This task is run before rc.sysinit if emergency is passed to kernel
4
#
5
# Do not edit this file directly. If you want to change the behaviour,
6
# please create a file rcS-emergency.override and put your changes there.
7
 
8
console owner
9
 
10
task
11
 
12
script
13
	. /etc/sysconfig/init
14
	plymouth --hide-splash || true
15
	[ -z "$EMERGENCY" ] && EMERGENCY=/sbin/sulogin
16
	exec $EMERGENCY
17
end script