[systemd-devel] [PATCH 03/11] Ensure that ask-password-wall starts after getty.target
Werner Fink
werner at suse.de
Fri Jun 13 07:41:02 PDT 2014
From: Frederic Crozat <fcrozat at suse.com>
---
units/systemd-ask-password-wall.service.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git units/systemd-ask-password-wall.service.in units/systemd-ask-password-wall.service.in
index 0eaa274..179b010 100644
--- units/systemd-ask-password-wall.service.in
+++ units/systemd-ask-password-wall.service.in
@@ -8,7 +8,8 @@
[Unit]
Description=Forward Password Requests to Wall
Documentation=man:systemd-ask-password-console.service(8)
-After=systemd-user-sessions.service
+Wants=getty.target
+After=systemd-user-sessions.service getty.target
[Service]
ExecStartPre=- at SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
--
1.7.9.2
More information about the systemd-devel
mailing list