summaryrefslogtreecommitdiff
path: root/units/fedora/plymouth-quit.service
AgeCommit message (Collapse)Author
2010-09-13fedora: don't quit plymouth too earlyMichal Schmidt
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed.
2010-08-13service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one".
2010-08-12plymouth: call plymouth quit before running the getty, not afterLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623430
2010-08-10unit: hook plymouth into the bootLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=619922