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.path | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 units/systemd-ask-password-console.path (limited to 'units/systemd-ask-password-console.path') diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path new file mode 100644 index 000000000..9d3d80d5a --- /dev/null +++ b/units/systemd-ask-password-console.path @@ -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 Directory Watch +DefaultDependencies=no +Conflicts=shutdown.target +Before=basic.target shutdown.target + +[Path] +DirectoryNotEmpty=/dev/.systemd/ask-password -- cgit v1.2.3