diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-06 22:47:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-06 22:47:41 +0200 |
commit | a7be37a5014f5d7f8aa372915943611fe1112834 (patch) | |
tree | 8cd2fd256f7320800a22e7bd046c796aa3e0b3d2 /man/systemd.unit.xml | |
parent | e943ecc88d87f8747cc6396688c1347b40c15e03 (diff) |
man: clarify behaviour of Also= in unit files
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 13 |
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> |