splash_late
来自「美化linux的kernel启动画面的程序」· 代码 · 共 33 行
TXT
33 行
#! /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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?