From dcb1468861deddc0b76ee2e05a3ad9e52f2faacc Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Mon, 31 Jul 2017 17:50:38 +0100 Subject: [PATCH] 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. --- man/systemd.special.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index b4ed3eb8f2f..9c916bee6f3 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. -- 2.47.3