From: Alan Jenkins Date: Mon, 31 Jul 2017 16:50:38 +0000 (+0100) Subject: man: dbus method Manager.Exit() does not start exit.target X-Git-Tag: v235~178^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcb1468861deddc0b76ee2e05a3ad9e52f2faacc;p=platform%2Fupstream%2Fsystemd.git man: dbus method Manager.Exit() does not start exit.target It's like Manager.PowerOff(), which does not start poweroff.target. Instead, the dbus methods are used for `systemctl --force exit` or `systemctl --force poweroff`. They shut down the system without processing individual unit's ExecStop or TimeoutStopSec. --- diff --git a/man/systemd.special.xml b/man/systemd.special.xml index b4ed3eb..9c916be 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -238,8 +238,7 @@ poweroff.target on non-container systems, and also works in containers. - systemd will start this unit when it receives a - request to shut down over D-Bus or a + systemd will start this unit when it receives the SIGTERM or SIGINT signal when running as user service daemon.