diff options
author | Daniel Mack <github@zonque.org> | 2015-11-02 10:43:16 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-11-02 10:43:16 +0100 |
commit | 8fa7cf70764319982e6617413cd0e287f6e35447 (patch) | |
tree | fa660068a3770d52b1671fd40a8f9fd1d04b34c0 /man | |
parent | ecad2e51e1a7c164eb6ade0d76e2ede4ef6a9a2d (diff) | |
parent | aa3e4400e30a7de2aa907639dc7e305c0b0a2178 (diff) |
Merge pull request #1738 from evverx/fix-paths-lookup-test
tests: lookup_paths_init depends on SYSTEMD_UNIT_PATH. Test it
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 33f1309268..a4eeccaed4 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -263,10 +263,8 @@ in directories listed earlier override files with the same name in directories lower in the list.</para> - <para>When systemd is running in user mode - (<option>--user</option>) and the variable - <varname>$SYSTEMD_UNIT_PATH</varname> is set, the contents of this - variable overrides the unit load path. If + <para>When the variable <varname>$SYSTEMD_UNIT_PATH</varname> is set, + the contents of this variable overrides the unit load path. If <varname>$SYSTEMD_UNIT_PATH</varname> ends with an empty component (<literal>:</literal>), the usual unit load path will be appended to the contents of the variable.</para> |