# plymouth-greeter - Show a greeter message on boot # # this script is called at the same time as 'plymouth show-splash', so we # may face a race condition when the splash is already summoned, but isn't # isn't shown yet. That's why we try to show the message 3 times with 0.5s # interval. We also perfrom a check if /bin/plymouth is available and # executable to insure that we are really running plymouth and the filesystem # is mounted, and no unforeknowable thing is blocking us description "Greeter message for Plymouth" #start on (starting plymouth-splash start on (started plymouth-splash or (started plymouth) or (started plymouth and (runlevel [016]))) exec /bin/plymouth-greeter