summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-06-13 11:01:33 -0400
committerRay Strode <rstrode@redhat.com>2014-06-13 11:03:26 -0400
commit7091fe54a6afdda7e19fb38e115cdb7cedebb0d7 (patch)
treef59f63902285a74513974a5c1d62d82d566013c6
parent86e8fa74f12e452e1a42e998908873b96b96ebc3 (diff)
systemd: give plymouth-quit-wait a better description
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.
-rw-r--r--systemd-units/plymouth-quit-wait.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-units/plymouth-quit-wait.service.in b/systemd-units/plymouth-quit-wait.service.in
index 1c431b60..89d90045 100644
--- a/systemd-units/plymouth-quit-wait.service.in
+++ b/systemd-units/plymouth-quit-wait.service.in
@@ -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]