Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /etc/init/ |
Upload File : |
# 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