]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/plymouth-quit-wait.service
units: In MeeGo there was more than one ExecStart lines present that caused systemd...
[thirdparty/systemd.git] / units / plymouth-quit-wait.service
CommitLineData
aa2e2115
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Wait for Plymouth Boot Screen to Quit
10After=rc-local.service plymouth-start.service
11
12[Service]
13ExecStart=-/bin/plymouth --wait
14Type=oneshot
15TimeoutSec=20