mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
plymouth: Remove the calls to plymouth message
* messages aren't translated * console text is ugly * they are jargonny * they really aren't needed https://bugs.freedesktop.org/show_bug.cgi?id=35711
This commit is contained in:
parent
1f7f38f6d4
commit
c20deda415
@ -14,5 +14,4 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||
ExecStartPost=-/bin/plymouth --show-splash
|
||||
ExecStartPost=-/bin/plymouth message '--text=Halting...'
|
||||
Type=forking
|
||||
|
@ -14,5 +14,4 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||
ExecStartPost=-/bin/plymouth --show-splash
|
||||
ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
|
||||
Type=forking
|
||||
|
@ -14,5 +14,4 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||
ExecStartPost=-/bin/plymouth --show-splash
|
||||
ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
|
||||
Type=forking
|
||||
|
@ -14,5 +14,4 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
ExecStart=/sbin/plymouthd --mode=shutdown
|
||||
ExecStartPost=-/bin/plymouth --show-splash
|
||||
ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user