summaryrefslogtreecommitdiff
path: root/units/fedora/plymouth-quit.service
AgeCommit message (Collapse)Author
2011-02-08plymouth: move plymouth out of TARGET_FEDORAJeff Mahoney
2010-10-29fedora: invoke plymouth with its /bin instead of the /usr/bin/ pathLennart Poettering
2010-10-29units: introduce plymouth-start and plymouth-kexec, and move a few things ↵Lennart Poettering
back from basic to sysinit
2010-10-29Fedora: don't ship [Install] sections; these are enabled in the system ↵Bill Nottingham
configuration.
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