mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: allow start-up of plymouth ask-password agent very early
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user