forked from pool/systemd
Frederic Crozat
e7e4182faa
- 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. >>>>>>> .new OBS-URL: https://build.opensuse.org/request/show/79603 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=181
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
|