X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=6a5eefb6dbd09e34d66563caec1a28139f6a50c6;hb=b3629c7da0b4a406ecc2182fcd766581778173ae;hp=3360a719a2ba90dbe552cfc90007b3a22450a417;hpb=80f53eb59516f87e26e3afa405c61b4eed9ffe30;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3360a719a..6a5eefb6d 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -195,7 +195,7 @@ in a both simpler and more flexible system. Some unit names reflect paths existing in the - file system name space. Example: a device unit + file system namespace. Example: a device unit dev-sda.device refers to a device with the device node /dev/sda in the file system namespace. If this applies a special @@ -983,9 +983,11 @@ ConditionSecurity= may be used to check whether the given security module is enabled on the - system. Currently the only recognized - values are selinux - and apparmor. + system. Currently the recognized values + values are selinux, + apparmor, + ima and + smack. The test may be negated by prepending an exclamation mark. @@ -1132,13 +1134,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.