]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/mount.c
Revert "pid1: order units using TTYVHangup= after vconsole setup"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jul 2023 12:32:54 +0000 (14:32 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Jul 2023 13:54:33 +0000 (15:54 +0200)
commit84214541fa294a5d8a5394405918d5434bd4d01d
treec516f0572f3823ac26e543820cbb8327657f1415
parent6cfb3ebc60ae40c044142c4f484703f7bbe2b2c1
Revert "pid1: order units using TTYVHangup= after vconsole setup"

This reverts commit e019ea738d63d5f7803f378f8bd3e074d66be08f.

In the new approach, a lock on /dev/console will be used. This lock will solve
the issue for services which run in early boot. Services which run later are
ordered after sysinit.target, so they'll run much later anyway so this
automatic dependency is not useful. Let's remove it again to make the code
simpler.
man/systemd.exec.xml
src/basic/special.h
src/core/execute.c
src/core/execute.h
src/core/mount.c
src/core/service.c
src/core/socket.c
src/core/swap.c