mirror of
https://github.com/systemd/systemd.git
synced 2025-08-24 09:49:49 +03:00
units: fix ordering problem
This commit is contained in:
@ -11,7 +11,8 @@
|
|||||||
Description=Rescue Shell
|
Description=Rescue Shell
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Conflicts=multi-user.target
|
Conflicts=multi-user.target
|
||||||
After=sysinit.target multi-user.target
|
After=sysinit.target
|
||||||
|
Before=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=-/bin/plymouth --hide-splash
|
ExecStartPre=-/bin/plymouth --hide-splash
|
||||||
|
Reference in New Issue
Block a user