diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-10 03:44:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-10 03:44:05 +0200 |
commit | 1310609b0507c9d4562d091e3c9eda94b07773cd (patch) | |
tree | 22c34f18b24ad1649e3586cf3f3fce9ddc3d6483 /units/fedora/plymouth-quit.service | |
parent | 1f31e8d3a62a9399774409b9cb6d5c4104d04b02 (diff) |
unit: hook plymouth into the boot
https://bugzilla.redhat.com/show_bug.cgi?id=619922
Diffstat (limited to 'units/fedora/plymouth-quit.service')
-rw-r--r-- | units/fedora/plymouth-quit.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service new file mode 100644 index 0000000000..e676eca883 --- /dev/null +++ b/units/fedora/plymouth-quit.service @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Terminate Plymouth Boot Screen +After=getty@tty1.service + +[Service] +ExecStart=-/usr/bin/plymouth quit +Type=finish + +[Install] +WantedBy=multi-user.target |