mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-08-19 04:07:35 +00:00
units: do not quit plymouth too early
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Wait for Plymouth Boot Screen to Quit
|
||||
After=rc-local.service plymouth-start.service
|
||||
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=-/bin/plymouth --wait
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
[Unit]
|
||||
Description=Terminate Plymouth Boot Screen
|
||||
After=rc-local.service plymouth-start.service
|
||||
After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
||||
|
||||
[Service]
|
||||
ExecStart=-/bin/plymouth quit
|
||||
|
||||
Reference in New Issue
Block a user