]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: order sysinit.target, debug-shell.service after systemd-vconsole-setup 27703/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 May 2023 13:58:18 +0000 (15:58 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 May 2023 15:47:14 +0000 (17:47 +0200)
Previous patch to add an implicit dependency effectively orders various getty
services after systemd-vconsole-setup.service. But I think it's cleaner to also
order the service before sysinit.target, like it was before
8125e8d38e3aa099c7dce8b0161997b8842aebdc. There might be units which don't do
use TTYVHangup= but would like to have the console fully initialized.

Also, add a manual ordering to debug-shell.service, because it has
ImplicitDependencies=no. This might delay debug-shell.service a bit, but
systemd-vconsole-setup.service has no dependencies and should be very quick, so
this should not be noticable in practice. Without the ordering, the terminal
might not have a key map loaded, making debug-shell.service hard to use.

units/debug-shell.service.in
units/systemd-vconsole-setup.service.in

index 1588bb95966ab24d51e2f7b93ea9ed7a8ea25e9f..2c2c8dd4f5f0e646591e8852303b2025f9666e97 100644 (file)
@@ -13,6 +13,7 @@ Documentation=man:systemd-debug-generator(8)
 DefaultDependencies=no
 IgnoreOnIsolate=yes
 ConditionPathExists={{DEBUGTTY}}
+After=systemd-vconsole-setup.service
 
 [Service]
 Environment=TERM=linux
index c07869feddd4915f006e6f20caafa37fffdae098..00095283075542aa8982dc1a411dbe30224ab64b 100644 (file)
@@ -11,6 +11,7 @@
 Description=Setup Virtual Console
 Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5)
 DefaultDependencies=no
+Before=sysinit.target
 Before=initrd-switch-root.target shutdown.target
 ConditionPathExists=/dev/tty0