[systemd-commits] units/plymouth-start.service

Lennart Poettering lennart at kemper.freedesktop.org
Tue Mar 29 18:04:46 PDT 2011


 units/plymouth-start.service |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 39366bacda3dddbae3c6677da5c97770cff0a279
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 30 03:03:35 2011 +0200

    plymouth: don't explicitly enable status message when plymouth is up
    
    https://bugzilla.redhat.com/show_bug.cgi?id=676302
    
    systemd now watches /run/initramfs/plymouth and generates messages
    exactly when that file exists. Hence we don't need the sending of the
    signals anymore.

diff --git a/units/plymouth-start.service b/units/plymouth-start.service
index eb336e6..6ab51f3 100644
--- a/units/plymouth-start.service
+++ b/units/plymouth-start.service
@@ -19,6 +19,3 @@ ConditionPathExists=!/run/initramfs/plymouth
 ExecStart=/sbin/plymouthd --mode=boot
 ExecStartPost=-/bin/plymouth --show-splash
 Type=forking
-
-# Send SIGRTMIN+20 to systemd, i.e. enable status messages
-ExecStartPost=-/usr/bin/kill -54 1



More information about the systemd-commits mailing list