K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / etc / init /
server ip : 172.67.156.115

your ip : 108.162.242.39

H O M E


Filename/etc/init/plymouth-ready.conf
Size675
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified13-Mar-2014 21:43
Last accessed06-Jul-2025 08:46
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
# plymouth-ready - send an event to indicate plymouth is up
#
# This job notifies that the plymouth splash screen is up, either started
# from the initrd or when the 'plymouth-splash' job starts. The login
# managers use the event to avoid a race with plymouth-splash:
#
# https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/982889

description "Send an event to indicate plymouth is up"

task
start on startup or started plymouth-splash
instance $UPSTART_EVENTS

emits plymouth-ready

script
if [ "$UPSTART_EVENTS" = started ] || \
status plymouth-splash | grep -q "start/started" || \
plymouth --ping
then
initctl emit plymouth-ready
fi
end script