17 lines
525 B
SYSTEMD
17 lines
525 B
SYSTEMD
[Unit]
|
|
Description=Forward Password Requests to Plymouth Directory Watch
|
|
Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=plymouth-start.service
|
|
Before=basic.target shutdown.target
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionKernelCommandLine=!nosplash
|
|
ConditionKernelCommandLine=splash
|
|
ConditionPathExists=/run/plymouth/pid
|
|
ConditionVirtualization=!container
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/run/systemd/ask-password
|
|
MakeDirectory=yes
|