X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=e59c1a16c4d828d4530b50bcd8322509c168a012;hb=6daf4f9001d87da9e92c04ff606b454c209f0951;hp=c3c9561f2fb1412a43a11dd6454969f9696ce36d;hpb=169c1bda807d183a362b47efe0b5b56e9320e430;p=elogind.git diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index c3c9561f2..e59c1a16c 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. + If a unit file is empty (i.e. has the file size + 0) or is symlinked to /dev/null + its configuration will not be loaded and it appears + with a load state of masked, and + cannot be activated. Use this as an effective way to + fully disable a unit, making it impossible to start it + even manually. + The unit file format is covered by the Interface