mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-24 07:20:56 +07:00
untis: allow both console and plymouth ask password agents in boot transaction to allow dynamically disabled plymouth
This commit is contained in:
parent
8e4fb44ab0
commit
6b3fd98f7a
@ -9,7 +9,9 @@
|
||||
Description=Dispatch Password Requests to Console Directory Watch
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=plymouth-start.service
|
||||
Before=basic.target shutdown.target
|
||||
ConditionPathExists=!/run/plymouth/pid
|
||||
|
||||
[Path]
|
||||
DirectoryNotEmpty=/run/systemd/ask-password
|
||||
|
@ -9,7 +9,9 @@
|
||||
Description=Dispatch Password Requests to Console
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
After=plymouth-start.service
|
||||
Before=shutdown.target
|
||||
ConditionPathExists=!/run/plymouth/pid
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console
|
||||
|
@ -8,9 +8,11 @@
|
||||
[Unit]
|
||||
Description=Forward Password Requests to Plymouth Directory Watch
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target systemd-ask-password-console.path systemd-ask-password-console.service
|
||||
Conflicts=shutdown.target
|
||||
After=plymouth-start.service
|
||||
Before=basic.target shutdown.target
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
ConditionPathExists=/run/plymouth/pid
|
||||
|
||||
[Path]
|
||||
DirectoryNotEmpty=/run/systemd/ask-password
|
||||
|
@ -8,9 +8,11 @@
|
||||
[Unit]
|
||||
Description=Forward Password Requests to Plymouth
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target systemd-ask-password-console.path systemd-ask-password-console.service
|
||||
Conflicts=shutdown.target
|
||||
After=plymouth-start.service
|
||||
Before=shutdown.target
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
ConditionPathExists=/run/plymouth/pid
|
||||
|
||||
[Service]
|
||||
ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth
|
||||
|
Loading…
Reference in New Issue
Block a user