From 8fa2cd83c6ecc9400bb3621aafd6c1e499b1ae0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 20 Jul 2020 08:22:45 +0200 Subject: [PATCH] Revert "man: add note about systemd-vconsole-setup.service and tty as input/output" This reverts commit 0b578036301d7c3f2dab8df1f31f0121552a4e10. From https://github.com/systemd/systemd/pull/16503#issuecomment-660212813: systemd-vconsole-setup (the binary) is supposed to run asynchronously by udev therefore ordering early interactive services after systemd-vconsole-setup.service has basically no effect. Let's remove this paragraph. It's better to say nothing than to give pointless advice. --- man/systemd.exec.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6d6eca09a13..8afcbd246f7 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2163,13 +2163,7 @@ SystemCallErrorNumber=EPERM systemd.socket5 for more details about named file descriptors and their ordering. - This setting defaults to . - - Note that services which specify and use - StandardInput= or StandardOutput= with - //, should specify - , to make sure that the tty initialization is - finished before they start. + This setting defaults to .