2010-08-10 08:44:02 +07:00
|
|
|
# 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
|
2010-08-12 09:23:54 +07:00
|
|
|
Before=getty@tty1.service
|
2010-08-10 08:44:02 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=-/usr/bin/plymouth quit
|
2010-08-13 23:23:01 +07:00
|
|
|
Type=oneshot
|
2010-08-10 08:44:02 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|