summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-06 22:47:41 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-06 22:47:41 +0200
commita7be37a5014f5d7f8aa372915943611fe1112834 (patch)
tree8cd2fd256f7320800a22e7bd046c796aa3e0b3d2
parente943ecc88d87f8747cc6396688c1347b40c15e03 (diff)
downloadsystemd-a7be37a5014f5d7f8aa372915943611fe1112834.tar.gz
man: clarify behaviour of Also= in unit files
-rw-r--r--man/systemd.unit.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 3360a719a2..49103dad56 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1132,13 +1132,14 @@
<term><varname>Also=</varname></term>
<listitem><para>Additional units to
- install when this unit is
- installed. If the user requests
- installation of a unit with this
- option configured,
+ install/deinstall when this unit is
+ installed/deinstalled. If the user
+ requests installation/deinstallation
+ of a unit with this option configured,
<command>systemctl enable</command>
- will automatically install units
- listed in this option as
+ and <command>systemctl
+ disable</command> will automatically
+ install/uninstall units listed in this option as
well.</para></listitem>
</varlistentry>
</variablelist>