diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:21:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-08 18:21:52 +0200 |
commit | 6daf4f9001d87da9e92c04ff606b454c209f0951 (patch) | |
tree | 1b274eeb9fe507c43ef8e7e716e28e392227bae8 /man | |
parent | 169c1bda807d183a362b47efe0b5b56e9320e430 (diff) |
unit: rename 'banned' load state to 'masked'
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index c3c9561f2f..e59c1a16c4 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -190,6 +190,14 @@ string before the @, i.e. "getty" in the example above, where "tty3" is the instance name.</para> + <para>If a unit file is empty (i.e. has the file size + 0) or is symlinked to <filename>/dev/null</filename> + its configuration will not be loaded and it appears + with a load state of <literal>masked</literal>, and + cannot be activated. Use this as an effective way to + fully disable a unit, making it impossible to start it + even manually.</para> + <para>The unit file format is covered by the <ulink url="http://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface |