forked from pool/systemd
Frederic Crozat
6f4fdad1c2
- version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. - version 207, distribution specific changes follow, for overall release notes see NEWS. - Fixed: * Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted * Fix shutdown hang "a stop job is running for Session 1 of user root" that was reported in opensuse-factory list. - systemd-sysctl no longer reads /etc/sysctl.conf however backward compatbility is to be provides by a symlink created at %post. OBS-URL: https://build.opensuse.org/request/show/198799 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=429
21 lines
868 B
Diff
21 lines
868 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
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 | 2 +-
|
|
1 file changed, 1 insertion(+), 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,7 @@
|
|
[Unit]
|
|
Description=Forward Password Requests to Wall
|
|
Documentation=man:systemd-ask-password-console.service(8)
|
|
-After=systemd-user-sessions.service
|
|
+After=systemd-user-sessions.service getty@tty1.service
|
|
|
|
[Service]
|
|
ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
|