aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-13 19:43:55 +0100
committerLennart Poettering <lennart@poettering.net>2018-12-14 11:18:32 +0100
commit0b578036301d7c3f2dab8df1f31f0121552a4e10 (patch)
treeefdbb2683bc5b319e34c2ec78c2e204f8a2eed45 /man
parenttree-wide: s/time-out/timeout/g (diff)
downloadsystemd-0b578036301d7c3f2dab8df1f31f0121552a4e10.tar.gz
systemd-0b578036301d7c3f2dab8df1f31f0121552a4e10.tar.bz2
systemd-0b578036301d7c3f2dab8df1f31f0121552a4e10.zip
man: add note about systemd-vconsole-setup.service and tty as input/output
Closes #10019.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.exec.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 41b5d7144..6419bee49 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1793,7 +1793,13 @@ SystemCallErrorNumber=EPERM</programlisting>
<citerefentry><refentrytitle>systemd.socket</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more
details about named file descriptors and their ordering.</para>
- <para>This setting defaults to <option>null</option>.</para></listitem>
+ <para>This setting defaults to <option>null</option>.</para>
+
+ <para>Note that services which specify <option>DefaultDependencies=no</option> and use
+ <varname>StandardInput=</varname> or <varname>StandardOutput=</varname> with
+ <option>tty</option>/<option>tty-force</option>/<option>tty-fail</option>, should specify
+ <option>After=systemd-vconsole-setup.service</option>, to make sure that the tty intialization is
+ finished before they start.</para></listitem>
</varlistentry>
<varlistentry>