plymouth-start.service revision 9408a2d295a312a5472345090e28e0502570494b
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
[Unit]
Description=Show Plymouth Boot Screen
DefaultDependencies=no
# Dracut informs us with this flag file if plymouth is already running
ConditionPathExists=!/run/plymouth/pid
[Service]
ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid
ExecStartPost=-/bin/plymouth --show-splash
Type=forking