]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-ask-password-console.service.in
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / units / systemd-ask-password-console.service.in
index 85e739fd800bb9be61d8816dd71af30a1a00758d..60fa7c320009cae82d764499150d3156d37fee91 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -7,12 +9,13 @@
 
 [Unit]
 Description=Dispatch Password Requests to Console
-Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
+Documentation=man:systemd-ask-password-console.service(8)
 DefaultDependencies=no
-Conflicts=shutdown.target
-After=plymouth-start.service
+Conflicts=shutdown.target emergency.service
+After=plymouth-start.service systemd-vconsole-setup.service
 Before=shutdown.target
 ConditionPathExists=!/run/plymouth/pid
 
 [Service]
 ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --console
+SystemCallArchitectures=native