X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-ask-password-console.path;h=a0a3631b2f5a7d5cc6666e6705d6e1f56f511072;hp=9d3d80d5a9be937dcc0128952ad69d6879d6b075;hb=ec6ceb18663940efb1963704923430be0e83f1f7;hpb=8cf3a8a982661c0bb9b04ff27f6d486b38b1b35e diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path index 9d3d80d5a..a0a3631b2 100644 --- a/units/systemd-ask-password-console.path +++ b/units/systemd-ask-password-console.path @@ -1,15 +1,19 @@ # 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 +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Dispatch Password Requests to Console Directory Watch +Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents DefaultDependencies=no Conflicts=shutdown.target +After=plymouth-start.service Before=basic.target shutdown.target +ConditionPathExists=!/run/plymouth/pid [Path] -DirectoryNotEmpty=/dev/.systemd/ask-password +DirectoryNotEmpty=/run/systemd/ask-password +MakeDirectory=yes