From: Barry Scott Date: Mon, 3 Oct 2011 10:50:10 +0000 (+0100) Subject: man: .include directive does not include as textual include it includes by parsing... X-Git-Tag: v37~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70d9a77d9dc9efd2a122ef73095733b6fe6acdf;p=systemd 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. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bf8de322..e47c1467 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