summaryrefslogtreecommitdiff
path: root/man/systemd.special.xml
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-07-31 17:50:38 +0100
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>2017-08-31 16:17:41 +0100
commitdcb1468861deddc0b76ee2e05a3ad9e52f2faacc (patch)
treed2e92ceb9de09b576dd0bb03329bccdfb159ab19 /man/systemd.special.xml
parentf48077762390d0d189985fe710e2af140dc05964 (diff)
downloadsystemd-dcb1468861deddc0b76ee2e05a3ad9e52f2faacc.tar.gz
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.
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r--man/systemd.special.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index b4ed3eb8f2..9c916bee6f 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -238,8 +238,7 @@
<filename>poweroff.target</filename> on non-container
systems, and also works in containers.</para>
- <para>systemd will start this unit when it receives a
- request to shut down over D-Bus or a
+ <para>systemd will start this unit when it receives the
<constant>SIGTERM</constant> or <constant>SIGINT</constant>
signal when running as user service daemon.</para>