diff options
author | Barry Scott <barry.scott@onelan.co.uk> | 2011-10-03 11:50:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-11 01:11:49 +0200 |
commit | a70d9a77d9dc9efd2a122ef73095733b6fe6acdf (patch) | |
tree | e66ac96a688290876335192c48c38fb75bd1f024 /man/systemd.unit.xml | |
parent | 7734f77373a871ffb755a99b381fd93682052b8c (diff) |
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.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bf8de322dd..e47c14679e 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -121,8 +121,9 @@ <para>If a line starts with <option>.include</option> followed by a file name, the specified file will be - read as if its contents were listed in place of the - <option>.include</option> directive.</para> + parsed at this point. Make sure that the file that is + included has the appropiate section headers before + any directives.</para> <para>Along with a unit file <filename>foo.service</filename> a directory |