From e0e1580aae5913870933518f3cb7055730ce3a49 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Oct 2010 04:40:32 +0200 Subject: ask-password: enable plymouth agent by default --- units/.gitignore | 1 + units/systemd-ask-password-plymouth.path | 13 +++++++++++++ units/systemd-ask-password-plymouth.service.in | 12 ++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 units/systemd-ask-password-plymouth.path create mode 100644 units/systemd-ask-password-plymouth.service.in (limited to 'units') diff --git a/units/.gitignore b/units/.gitignore index 42058c501..add0c6b82 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 000000000..9fd51f2ee --- /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 000000000..3cd9b7fe7 --- /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 -- cgit v1.2.3