diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-30 03:03:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-30 03:03:35 +0200 |
commit | 39366bacda3dddbae3c6677da5c97770cff0a279 (patch) | |
tree | 50e25f3ab2ad09d1aa7c3297ec5e1316957bace9 /units | |
parent | 6faa11140bf776cdaeb8d22d01816e6e48296971 (diff) |
plymouth: don't explicitly enable status message when plymouth is upsystemd/v21
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/plymouth-start.service | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/units/plymouth-start.service b/units/plymouth-start.service index eb336e619e..6ab51f32af 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 |