]> git.ipfire.org Git - thirdparty/systemd.git/commit
rules: start systemd-vconsole-setup via unit
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 May 2023 13:07:39 +0000 (15:07 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 May 2023 15:46:47 +0000 (17:46 +0200)
commitf78d6ff2ab6250bbc68bd494f93cc63fc4372c5e
tree03399bf16b94654f3ad36088f7df6e8ebe4ac10a
parente019ea738d63d5f7803f378f8bd3e074d66be08f
rules: start systemd-vconsole-setup via unit

We started systemd-vconsole-setup in two ways: via a dbus call from localed to
do systemd-vconsole-setup.service/restart, and from udev, calling the binary
directly. This patch makes udev call
  systemctl restart systemd-vconsole-setup.service
effectively implementing the same method as localed.

Ordering is implemented at the unit level, so we can use --no-block to not
block here.
rules.d/90-vconsole.rules.in