diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-02-18 17:48:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-20 18:31:18 +0100 |
commit | 25f77a4ba2c7a3c5b3e51371cb991fa8a482075f (patch) | |
tree | be6bb74849ef8bf47c3feaee0efedf687d7a3f47 /units/tmp.mount | |
parent | docs: document semantics of /tmp and /var/tmp (diff) | |
download | systemd-25f77a4ba2c7a3c5b3e51371cb991fa8a482075f.tar.xz systemd-25f77a4ba2c7a3c5b3e51371cb991fa8a482075f.zip |
man,units: link up new documentation about temporary directories
Diffstat (limited to 'units/tmp.mount')
-rw-r--r-- | units/tmp.mount | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/tmp.mount b/units/tmp.mount index 742d86385c..27bd0f235c 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -9,7 +9,8 @@ [Unit] Description=Temporary Directory (/tmp) -Documentation=man:hier(7) +Documentation=https://systemd.io/TEMPORARY_DIRECTORIES +Documentation=man:file-hierarchy(7) Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems ConditionPathIsSymbolicLink=!/tmp DefaultDependencies=no |