diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-13 19:43:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-12-14 11:18:32 +0100 |
commit | 0b578036301d7c3f2dab8df1f31f0121552a4e10 (patch) | |
tree | efdbb2683bc5b319e34c2ec78c2e204f8a2eed45 /man/systemd.exec.xml | |
parent | 3f9a0a522f2029e9295ea5e9984259022be88413 (diff) | |
download | systemd-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/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 41b5d7144d..6419bee499 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> |