From c97fe4e56a3f0eda219532dac342ad280087823e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 May 2013 22:47:41 +0200 Subject: [PATCH] man: clarify behaviour of Also= in unit files (cherry picked from commit a7be37a5014f5d7f8aa372915943611fe1112834) --- man/systemd.unit.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0dccb97..eb50b85 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1160,13 +1160,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.