2013-04-13 13:09:53 +02:00
|
|
|
From: Frederic Crozat <fcrozat@suse.com>
|
2014-06-05 10:47:12 +02:00
|
|
|
Cc: Werner Fink <werner@suse.de>
|
2013-04-13 13:09:53 +02:00
|
|
|
Date: Wed, 24 Aug 2011 13:02:12 +0000
|
|
|
|
Subject: ensure ask-password-wall starts after getty@tty1
|
|
|
|
|
|
|
|
ensure passphrase is handled before starting getty on tty1.
|
2014-06-05 10:47:12 +02:00
|
|
|
|
2013-04-13 13:09:53 +02:00
|
|
|
---
|
2014-06-05 10:47:12 +02:00
|
|
|
units/systemd-ask-password-wall.service.in | 3 ++-
|
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
2013-04-13 13:09:53 +02:00
|
|
|
|
2015-06-23 14:56:50 +02:00
|
|
|
Index: systemd-221/units/systemd-ask-password-wall.service.in
|
|
|
|
===================================================================
|
|
|
|
--- systemd-221.orig/units/systemd-ask-password-wall.service.in
|
|
|
|
+++ systemd-221/units/systemd-ask-password-wall.service.in
|
2014-06-05 10:47:12 +02:00
|
|
|
@@ -8,7 +8,8 @@
|
2013-04-13 13:09:53 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Forward Password Requests to Wall
|
|
|
|
Documentation=man:systemd-ask-password-console.service(8)
|
|
|
|
-After=systemd-user-sessions.service
|
2014-06-05 10:47:12 +02:00
|
|
|
+Wants=getty.target
|
|
|
|
+After=systemd-user-sessions.service getty.target
|
2013-04-13 13:09:53 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
|