units: do not quit plymouth too early

This commit is contained in:
Michal Schmidt 2012-05-12 22:01:27 +02:00
parent 0e5ba4e782
commit 7c99edf85b
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
[Unit]
Description=Wait for Plymouth Boot Screen to Quit
After=rc-local.service plymouth-start.service
After=rc-local.service plymouth-start.service systemd-user-sessions.service
[Service]
ExecStart=-/bin/plymouth --wait

View file

@ -7,7 +7,7 @@
[Unit]
Description=Terminate Plymouth Boot Screen
After=rc-local.service plymouth-start.service
After=rc-local.service plymouth-start.service systemd-user-sessions.service
[Service]
ExecStart=-/bin/plymouth quit