]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
systemd: give plymouth-quit-wait a better description
authorRay Strode <rstrode@redhat.com>
Fri, 13 Jun 2014 15:01:33 +0000 (11:01 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 13 Jun 2014 15:03:26 +0000 (11:03 -0400)
plymouth-quit-wait.service is a synchronization point that
other services tie into, so they know when boot is finished
and the splash is down.

Unfortunately, in cases where the boot stalls, the last thing
users see is:

Starting Wait for Plymouth Boot Screen to Quit...

and then assume the problem is with the boot splash.

This commit makes the description less finger-pointy.

systemd-units/plymouth-quit-wait.service.in

index 1c431b60e93d539d8b6b5e9c6a4a9e81b68e54f1..89d90045456b61eae42237e20b8717bfa52a43cf 100644 (file)
@@ -1,5 +1,5 @@
 [Unit]
-Description=Wait for Plymouth Boot Screen to Quit
+Description=Hold until boot process finishes up
 After=rc-local.service plymouth-start.service systemd-user-sessions.service
 
 [Service]