]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: dbus method Manager.Exit() does not start exit.target
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Mon, 31 Jul 2017 16:50:38 +0000 (17:50 +0100)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Thu, 31 Aug 2017 15:17:41 +0000 (16:17 +0100)
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

index b4ed3eb8f2f4de2ce8e1f30997939dc41e51f0ee..9c916bee6f3ccdcc3e10b7b77a662324d06dee64 100644 (file)
           <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>