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 | |
parent | e5ebf783cb8e353bf1e07b34ac344bd4883a4ec2 (diff) |
ask-password: enable plymouth agent by default
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/systemd-ask-password-plymouth.path | 13 | ||||
-rw-r--r-- | units/systemd-ask-password-plymouth.service.in | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore index 42058c501d..add0c6b82b 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,3 +1,4 @@ +systemd-ask-password-plymouth.service systemd-ask-password-wall.service quotacheck.service fsck@.service 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 diff --git a/units/systemd-ask-password-plymouth.service.in b/units/systemd-ask-password-plymouth.service.in new file mode 100644 index 0000000000..3cd9b7fe77 --- /dev/null +++ b/units/systemd-ask-password-plymouth.service.in @@ -0,0 +1,12 @@ +# 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 + +[Service] +ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth |