From 095dc59660c3dde782f32fe5a52b577f7700578b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Dec 2014 20:39:10 +0100 Subject: systemd-run: add --quiet mode to suppress informational message on TTY usage --- man/systemd-run.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'man') 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,10 +232,20 @@ along with systemd; If not, see . 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. + + + + + Suppresses additional informational output + while running. This is particularly useful in combination with + when it will suppress the initial + message explaining how to terminate the TTY connection. + + -- cgit v1.2.3-54-g00ecf