From: Evgeny Vereshchagin Date: Wed, 23 Sep 2015 12:38:30 +0000 (+0000) Subject: man: systemd-run: run bash with --send-sighup X-Git-Tag: v227~87^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de6fae8a6ec65ea10c1660a3106524b2f23b6bc7;p=platform%2Fupstream%2Fsystemd.git man: systemd-run: run bash with --send-sighup When bash is interactive it ignores SIGTERM. SIGHUP indicates to bash that the connection has been severed. `systemctl stop` doesn't wait TimeoutStopSec secs. --- diff --git a/man/systemd-run.xml b/man/systemd-run.xml index b220e0d..8850735 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -381,7 +381,7 @@ Dec 08 20:44:48 container systemd[1]: Started /bin/touch /tmp/foo. - # systemd-run -t /bin/bash + # systemd-run -t --send-sighup /bin/bash