X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-ask-password-console.path;h=dc8ab32bcb7b31eb0dd4ed9067e5cd0054e48e31;hb=8ea5c07b1c527b6885ac5debaacd823b87f10d05;hp=9d3d80d5a9be937dcc0128952ad69d6879d6b075;hpb=8cf3a8a982661c0bb9b04ff27f6d486b38b1b35e;p=elogind.git diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path index 9d3d80d5a..dc8ab32bc 100644 --- a/units/systemd-ask-password-console.path +++ b/units/systemd-ask-password-console.path @@ -1,15 +1,18 @@ # 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 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