mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
systemd.exec: document the file system for EnvironmentFile paths
Files specified with EnvironmentFile are read from PID1 mount namespace, before any file system operations like RootImage or BindPaths are in effect.
This commit is contained in:
parent
cb68406c6a
commit
412a6c646c
@ -1908,7 +1908,8 @@ SystemCallErrorNumber=EPERM</programlisting>
|
||||
|
||||
<para>The files listed with this directive will be read shortly before the process is executed (more
|
||||
specifically, after all processes from a previous unit state terminated. This means you can generate these
|
||||
files in one unit state, and read it with this option in the next).</para>
|
||||
files in one unit state, and read it with this option in the next. The files are read from the file
|
||||
system of the service manager, before any file system changes like bind mounts take place).</para>
|
||||
|
||||
<para>Settings from these files override settings made with <varname>Environment=</varname>. If the same
|
||||
variable is set twice from these files, the files will be read in the order they are specified and the later
|
||||
|
Loading…
Reference in New Issue
Block a user