From 1448dfa6bfa0232f4aa0ee684452770eaa26014f Mon Sep 17 00:00:00 2001 From: Alexander Kurtz Date: Thu, 5 Jul 2018 17:06:54 +0200 Subject: [PATCH] man: Mention that paths in unit files must be fully normalized. Related to issues #9107 and #9498 and PRs #9149 and #9157. --- man/systemd.exec.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 68291c145e..23c9f5a458 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -81,6 +81,9 @@ Paths + The following settings may be used to change a service's view of the filesystem. Please note that the paths + must be absolute and must not contain a .. path component. +