diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-26 04:40:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-26 04:40:32 +0200 |
commit | e0e1580aae5913870933518f3cb7055730ce3a49 (patch) | |
tree | 73eb740020159284458e1662b12d50da42822780 /units/systemd-ask-password-plymouth.path | |
parent | e5ebf783cb8e353bf1e07b34ac344bd4883a4ec2 (diff) |
ask-password: enable plymouth agent by default
Diffstat (limited to 'units/systemd-ask-password-plymouth.path')
-rw-r--r-- | units/systemd-ask-password-plymouth.path | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path new file mode 100644 index 0000000000..9fd51f2ee1 --- /dev/null +++ b/units/systemd-ask-password-plymouth.path @@ -0,0 +1,13 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Forward Password Requests to Plymouth Directory Watch +After=local-fs.target + +[Path] +DirectoryNotEmpty=/dev/.systemd/ask-password |