OSDN Git Service

added pm-wrapper-interface
[alterlinux/alterlinux-pkgbuilds.git] / alter-stable / any / plymouth / plymouth-quit.service.in.patch
1 diff -aur plymouth.src/systemd-units/plymouth-quit.service.in plymouth.patch/systemd-units/plymouth-quit.service.in
2 --- plymouth.src/systemd-units/plymouth-quit.service.in        2014-02-20 19:38:13.329427597 +1100
3 +++ plymouth.patch/systemd-units/plymouth-quit.service.in      2014-02-20 19:40:52.619343839 +1100
4 @@ -1,8 +1,9 @@
5  [Unit]
6  Description=Terminate Plymouth Boot Screen
7  After=rc-local.service plymouth-start.service systemd-user-sessions.service
8 +Before=getty@tty1.service
9  
10  [Service]
11 -ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
12 +ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit --retain-splash
13  Type=oneshot
14  TimeoutSec=20