diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-18 11:08:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 11:08:06 +0100 |
commit | 2e6dbc0fcd45c152f15aed77cde4fd07957c150c (patch) | |
tree | f1110db4a4acf0dde5dc7f2eed58ad5eef47406b /man | |
parent | 9a4550e2589bddb12cea93693b83211d805444e1 (diff) | |
parent | 539622bd8c0b425626cab8562c85a5b0e1dda502 (diff) |
Merge pull request #4538 from fbuihuu/confirm-spawn-fixes
Confirm spawn fixes/enhancements
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 7f24a874ed..fb67ba7cb3 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -940,10 +940,14 @@ <varlistentry> <term><varname>systemd.confirm_spawn=</varname></term> - <listitem><para>Takes a boolean argument. If - <option>yes</option>, the system manager (PID 1) asks for - confirmation when spawning processes. Defaults to - <option>no</option>.</para></listitem> + <listitem><para>Takes a boolean argument or a path to the + virtual console where the confirmation messages should be + emitted. If <option>yes</option>, the system manager (PID 1) + asks for confirmation when spawning processes using + <option>/dev/console</option>. If a path or a console name + (such as <literal>ttyS0</literal>) is provided, the virtual + console pointed to by this path or described by the give name + will be used instead. Defaults to <option>no</option>.</para></listitem> </varlistentry> <varlistentry> |