X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fplymouth-quit.service;fp=units%2Fplymouth-quit.service;h=6310eff495decfb65a3ab96acf26fb14b6bd76ad;hp=0000000000000000000000000000000000000000;hb=cd3f8b7ddb052ab5e4eab420968bae689db3899a;hpb=022ef2064f4b1bf0222341c6912680e52a4ec10d diff --git a/units/plymouth-quit.service b/units/plymouth-quit.service new file mode 100644 index 000000000..6310eff49 --- /dev/null +++ b/units/plymouth-quit.service @@ -0,0 +1,15 @@ +# 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 +Before=getty@tty1.service +After=dev-tty1.device rc-local.service plymouth-start.service + +[Service] +ExecStart=-/bin/plymouth quit +Type=oneshot