# 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 7 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 (started plymouth and (graphics-device-added PRIMARY_DEVICE_FOR_DISPLAY=1 or drm-device-added PRIMARY_DEVICE_FOR_DISPLAY=1 or stopped udevtrigger)) exec /bin/plymouth-greeter