From: Lennart Poettering Date: Mon, 6 May 2013 20:47:41 +0000 (+0200) Subject: man: clarify behaviour of Also= in unit files X-Git-Tag: v203~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7be37a5014f5d7f8aa372915943611fe1112834;p=thirdparty%2Fsystemd.git man: clarify behaviour of Also= in unit files --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3360a719a2b..49103dad56d 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1132,13 +1132,14 @@ Also= 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, systemctl enable - will automatically install units - listed in this option as + and systemctl + disable will automatically + install/uninstall units listed in this option as well.