From: Ray Strode Date: Fri, 13 Jun 2014 15:01:33 +0000 (-0400) Subject: systemd: give plymouth-quit-wait a better description X-Git-Tag: 0.9.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7091fe54a6afdda7e19fb38e115cdb7cedebb0d7;p=thirdparty%2Fplymouth.git 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. --- 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]