diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-30 02:28:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-30 02:54:56 +0200 |
commit | a6c0353b9268d5b780fb7ff05a10cb5031446e5d (patch) | |
tree | 0306afb0adac70a4f6d0e7a09270c4f20cba920d /man | |
parent | fba1ea06bb5b653e9eb0cc1b6004af8da273a4ab (diff) |
core: open up SendSIGHUP property for transient units
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-run.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 707d88d766..e1e885178d 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -160,6 +160,18 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </para> </listitem> </varlistentry> + + <varlistentry> + <term><option>--send-sighup</option></term> + + <listitem><para>When terminating the scope unit send a SIGHUP + immediately after SIGTERM. This is useful to indicate to + shells and shell-like processes that the connection has been + sewered. Also see <varname>SendSIGHUP=</varname> in + <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + </para> + </listitem> + </varlistentry> </variablelist> <para>All command-line arguments after the first non-option |