mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
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.
This commit is contained in:
parent
6faa11140b
commit
39366bacda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user