diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:31:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:32:44 +0200 |
commit | a1b256b0b562481404bda8304e04dee7d7d5e7c9 (patch) | |
tree | 24ef1cba86f0a789d5ecc8fe5c19cbd8b09ca8f0 /man | |
parent | 683f468c54a81fd4084a2ba1082025959cd3c7d1 (diff) |
unit: introduce exit.service for exiting from session instances
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.special.xml.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 0af9c6e7bb..1c9e88c612 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -53,6 +53,7 @@ <filename>default.target</filename>, <filename>display-manager.service</filename>, <filename>emergency.service</filename>, + <filename>exit.service</filename>, <filename>graphical.target</filename>, <filename>halt.target</filename>, <filename>kbrequest.target</filename>, @@ -635,6 +636,35 @@ <filename>shutdown.target</filename>, <filename>sockets.target</filename>, <filename>swap.target</filename>.</para> + + <para>In addition the following special unit is + understood only when systemd runs as service instance:</para> + + <variablelist> + <varlistentry> + <term><filename>exit.service</filename></term> + <listitem> + <para>A special service unit + for shutting down the + session.</para> + + <para>Applications wanting to + terminate the session should + start this unit. If systemd + receives SIGTERM or SIGINT + when running as session daemon + it will start this + unit.</para> + + <para>Normally, this pulls in + <filename>shutdown.target</filename> + which in turn should be + conflicted by all units that + want to be shut down on + session exit.</para> + </listitem> + </varlistentry> + </variablelist> </refsect1> <refsect1> |