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-stop - Hide the splash screen # # This job ensures that only one service stops the plymouth splash screen, # without it there can be a race between gdm starting up and beginning the # proper transition procedure and rc2 ending and quitting plymouth resulting # in it doing a VT switch. start on (starting gdm or starting kdm or starting xdm or starting lxdm or starting lightdm or starting uxlaunch or starting ubiquity or starting oem-config or stopped rc RUNLEVEL=[2345] or starting rcS or starting mountall-shell) stop on stopped plymouth pre-start script case "$JOB" in gdm|lightdm|ubiquity|oem-config) exit 0 ;; *) exec /bin/plymouth quit ;; esac end script