diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-22 20:39:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-23 03:26:24 +0100 |
commit | 095dc59660c3dde782f32fe5a52b577f7700578b (patch) | |
tree | 82832f08a0dcb9e18517852bb6ae6943879a9f04 /man/systemd-run.xml | |
parent | c7b7d4493aa03e9ef5fb1e670b8969a48aa494dd (diff) | |
download | systemd-095dc59660c3dde782f32fe5a52b577f7700578b.tar.gz |
systemd-run: add --quiet mode to suppress informational message on TTY usage
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 5fb4ee28eb..f57c13b500 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -232,11 +232,21 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem><para>When invoking a command as service connects its standard input and output to the invoking tty via a pseudo TTY device. This allows invoking binaries as services - that expect interactive user input, such as an interactive + that expect interactive user input, such as interactive command shells.</para></listitem> </varlistentry> <varlistentry> + <term><option>--quiet</option></term> + <term><option>-q</option></term> + + <listitem><para>Suppresses additional informational output + while running. This is particularly useful in combination with + <option>--pty</option> when it will suppress the initial + message explaining how to terminate the TTY connection.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--on-active=</option></term> <term><option>--on-boot=</option></term> <term><option>--on-startup=</option></term> |