mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-24 23:41:01 +07:00
units: allow start-up of plymouth ask-password agent very early
This commit is contained in:
parent
74c84e715a
commit
f2a29e51f2
@ -8,6 +8,8 @@
|
||||
[Unit]
|
||||
Description=Forward Password Requests to Plymouth Directory Watch
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
Before=basic.target shutdown.target
|
||||
|
||||
[Path]
|
||||
DirectoryNotEmpty=/dev/.systemd/ask-password
|
||||
|
@ -7,6 +7,9 @@
|
||||
|
||||
[Unit]
|
||||
Description=Forward Password Requests to Plymouth
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth
|
||||
|
@ -8,6 +8,8 @@
|
||||
[Unit]
|
||||
Description=Forward Password Requests to Wall Directory Watch
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
Before=basic.target shutdown.target
|
||||
|
||||
[Path]
|
||||
DirectoryNotEmpty=/dev/.systemd/ask-password
|
||||
|
Loading…
Reference in New Issue
Block a user