11df4c4a7c
- Add tty1.patch: ensure passphrase are handled before starting gettty on tty1. - Add inittab generator, creating default.target at startup based on /etc/inittab value. - No longer try to create /etc/systemd/system/default.target at initial package install (bnc#707418) - Fix configuration path used for systemd user manager. - Ensure pam-config output is no display in install script. - Remove buildrequires on vala, no longer needed. - Handle disable_capslock, compose table and kbd_rate - Add rpm macros.systemd file. - Do not disable klogd, it has its own service now. - Handle kexec correctly (bnc#671673). - Disable preload services, they are conflicting with systemd. OBS-URL: https://build.opensuse.org/request/show/79689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=59
14 lines
543 B
Diff
14 lines
543 B
Diff
Index: systemd-29/units/systemd-ask-password-wall.service.in
|
|
===================================================================
|
|
--- systemd-29.orig/units/systemd-ask-password-wall.service.in
|
|
+++ systemd-29/units/systemd-ask-password-wall.service.in
|
|
@@ -7,7 +7,7 @@
|
|
|
|
[Unit]
|
|
Description=Forward Password Requests to Wall
|
|
-After=systemd-user-sessions.service
|
|
+After=systemd-user-sessions.service getty@tty1.service
|
|
|
|
[Service]
|
|
ExecStartPre=-@rootbindir@/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service
|