summarylogtreecommitdiffstats
path: root/plymouth-quit.service.in.patch
blob: cc226e1c6ba18f47be68e4a2f1dc04b4cea5d068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -aur plymouth.src/systemd-units/plymouth-quit.service.in plymouth.patch/systemd-units/plymouth-quit.service.in
--- plymouth.src/systemd-units/plymouth-quit.service.in        2014-02-20 19:38:13.329427597 +1100
+++ plymouth.patch/systemd-units/plymouth-quit.service.in      2014-02-20 19:40:52.619343839 +1100
@@ -1,8 +1,9 @@
 [Unit]
 Description=Terminate Plymouth Boot Screen
 After=rc-local.service plymouth-start.service systemd-user-sessions.service
+Before=getty@tty1.service
 
 [Service]
 ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
 Type=oneshot
 TimeoutSec=20