]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/plymouth-start.service
logind: temporarily hack right user bus address into unit file
[thirdparty/systemd.git] / units / plymouth-start.service
CommitLineData
42eacdad
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Show Plymouth Boot Screen
10DefaultDependencies=no
8cf3a8a9 11Wants=systemd-ask-password-plymouth.path
739aad51 12After=systemd-vconsole-setup.service udev-settle.service
42eacdad
LP
13Before=systemd-ask-password-plymouth.service
14
e1b2b494 15# Dracut informs us with this flag file if plymouth is already running
9408a2d2 16ConditionPathExists=!/run/plymouth/pid
24a73f51 17ConditionKernelCommandLine=!plymouth.enable=0
e1b2b494 18
42eacdad 19[Service]
9408a2d2 20ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid
6c6a7c01 21ExecStartPost=-/bin/plymouth --show-splash
42eacdad 22Type=forking