From 8cf3a8a982661c0bb9b04ff27f6d486b38b1b35e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Nov 2010 05:22:25 +0100 Subject: units: enable console ask-password agent by default --- units/systemd-ask-password-console.service.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 units/systemd-ask-password-console.service.in (limited to 'units/systemd-ask-password-console.service.in') diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in new file mode 100644 index 000000000..a2ac09cd6 --- /dev/null +++ b/units/systemd-ask-password-console.service.in @@ -0,0 +1,15 @@ +# 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=Dispatch Password Requests to Console +DefaultDependencies=no +Conflicts=shutdown.target +Before=shutdown.target + +[Service] +ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console -- cgit v1.2.3