mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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.
This commit is contained in:
parent
7734f77373
commit
a70d9a77d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user