forked from pool/systemd
5c11ee24a0
- Create and own more systemd drop-in directories. - Improve mini packages for bootstrapping. - do not mount /tmp as tmpfs by default. - Fix install script when there is no inittab - Create a systemd-mini specfile to prevent cycle in bootstrapping OBS-URL: https://build.opensuse.org/request/show/139371 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=300
14 lines
665 B
Diff
14 lines
665 B
Diff
Index: systemd-189/units/systemd-ask-password-wall.service.in
|
|
===================================================================
|
|
--- systemd-189.orig/units/systemd-ask-password-wall.service.in
|
|
+++ systemd-189/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
|