From a70d9a77d9dc9efd2a122ef73095733b6fe6acdf Mon Sep 17 00:00:00 2001 From: Barry Scott Date: Mon, 3 Oct 2011 11:50:10 +0100 Subject: [PATCH] man: .include directive does not include as textual include it includes by parsing the include file. This means that section headers must be used inside of a .include file otherwise all the lines are ignored. --- man/systemd.unit.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bf8de322d..e47c14679 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -121,8 +121,9 @@ If a line starts with followed by a file name, the specified file will be - read as if its contents were listed in place of the - directive. + parsed at this point. Make sure that the file that is + included has the appropiate section headers before + any directives. Along with a unit file foo.service a directory -- 2.30.2