forked from pool/systemd
37d7d3c919
- Add fix-devname-prefix.patch: fix modules.devname path, it isn't in /usr. - Move post script to fix symlinks in /etc/systemd/system to a trigger to run it after old systemd is uninstalled. - Add fix-debugshell.patch: use /bin/bash if sushell isn't installed (bnc#789052). - Add handle-root-uses-lang.patch: handle ROOT_USES_LANG=ctype (bnc#792182). - Ensure libudev1 and libudev-mini1 conflicts. OBS-URL: https://build.opensuse.org/request/show/144331 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=317
14 lines
435 B
Diff
14 lines
435 B
Diff
Index: systemd-195/units/debug-shell.service.in
|
|
===================================================================
|
|
--- systemd-195.orig/units/debug-shell.service.in
|
|
+++ systemd-195/units/debug-shell.service.in
|
|
@@ -13,7 +13,7 @@ IgnoreOnIsolate=yes
|
|
|
|
[Service]
|
|
Environment=TERM=linux
|
|
-ExecStart=@sushell@
|
|
+ExecStart=/bin/bash -c '[ -x @sushell@ ] && exec @sushell@ || exec /bin/bash'
|
|
Restart=always
|
|
RestartSec=0
|
|
StandardInput=tty
|