ACC SHELL

Path : /etc/init.d/
File Upload :
Current File : //etc/init.d/splash_early

#! /bin/sh
#
# /etc/init.d/splash_early
#
# Copyright (c) 2000, 2001 SuSE GmbH Nuernberg, Germany.  All rights reserved.
#
#
### BEGIN INIT INFO
# Provides: splash_early
# Required-Start:
# Should-Start: $network $syslog
# Required-Stop: 
# Should-Stop: $network $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 4 6
# Description: kills animation after network start
### END INIT INFO

. /etc/rc.status

# First reset status of this service
rc_reset
rc_exit

ACC SHELL 2018