forked from pool/systemd
24 lines
921 B
Diff
24 lines
921 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Cc: Werner Fink <werner@suse.de>
|
|
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.
|
|
|
|
---
|
|
units/systemd-ask-password-wall.service.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- systemd-206_git201308300826.orig/units/systemd-ask-password-wall.service.in
|
|
+++ systemd-206_git201308300826/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=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
|