From 8222e4f10d701a4a52c62f95de3573d1c904d249 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 22 Mar 2017 11:10:24 -0300 Subject: Added plymouth --- pcr/plymouth/plymouth-start.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/plymouth/plymouth-start.service (limited to 'pcr/plymouth/plymouth-start.service') diff --git a/pcr/plymouth/plymouth-start.service b/pcr/plymouth/plymouth-start.service new file mode 100644 index 000000000..b0f442f05 --- /dev/null +++ b/pcr/plymouth/plymouth-start.service @@ -0,0 +1,16 @@ +[Unit] +Description=Show Plymouth Boot Screen +DefaultDependencies=no +Wants=systemd-ask-password-plymouth.path systemd-vconsole-setup.service +After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd.service +Before=systemd-ask-password-plymouth.service +ConditionKernelCommandLine=!plymouth.enable=0 + +[Service] +ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session +ExecStartPost=-/usr/bin/plymouth show-splash +Type=forking +KillMode=none +SendSIGKILL=no +[Install] +WantedBy=sysinit.target -- cgit v1.2.3