?? splash_late
字號(hào):
#! /bin/sh## /etc/init.d/splash_late## Copyright (c) 2000-2002 SuSE GmbH Nuernberg, Germany. All rights reserved.### BEGIN INIT INFO# Provides: splash_late# Required-Start:# X-UnitedLinux-Should-Start: $network $syslog apache inetd cron nscd# Required-Stop:# X-UnitedLinux-Should-Stop: $network $syslog apache inetd cron nscd# Default-Start: 2 3 5# Default-Stop: 0 1 4 6# Description: starts animation before shutdown### END INIT INFO. /etc/rc.status# First reset status of this servicerc_resetcase "$1" in stop) test ${RUNLEVEL} != S && \ test ${RUNLEVEL} -eq 0 -o ${RUNLEVEL} -eq 6 && rc_splash "shutdown" ;; start|status|restart|reload) # rc_status -v3 ;;esacrc_exit
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -