diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 02:42:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:29 +0200 |
commit | 42eacdadf56dfeb32c8cb0f598a47a43e6190483 (patch) | |
tree | 1462d75cfdc3aa6d4430187096f29efe7e31ffd3 /units/fedora/plymouth-quit.service | |
parent | c19a87330f5a9c49a884910abc39e8cb41df8ca7 (diff) |
units: introduce plymouth-start and plymouth-kexec, and move a few things back from basic to sysinit
Diffstat (limited to 'units/fedora/plymouth-quit.service')
-rw-r--r-- | units/fedora/plymouth-quit.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service index 89c146b2e1..f4d292cd03 100644 --- a/units/fedora/plymouth-quit.service +++ b/units/fedora/plymouth-quit.service @@ -8,7 +8,7 @@ [Unit] Description=Terminate Plymouth Boot Screen Before=getty@tty1.service -After=dev-tty1.device rc-local.service +After=dev-tty1.device rc-local.service plymouth-start.service [Service] ExecStart=-/usr/bin/plymouth quit |