diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-20 17:56:57 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-20 19:48:16 -0400 |
commit | cf7d80a5fe549d4db11800015e02220dccec3096 (patch) | |
tree | 05b65bec6fc7fa21ec3cf64f8b0a7816cfd51829 /man | |
parent | 8328d8c63332319965fd288634a9a709e9b96425 (diff) |
path-lookup: make SYSTEMD_UNIT_PATH more flexible
It can now contain more than one directory, and can be used
to only prepend, not totally override, the normal load path.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 86a8cbb330..dd3a4a7cd5 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -275,8 +275,10 @@ (<option>--user</option>) and the variable <varname>$SYSTEMD_UNIT_PATH</varname> is set, this contents of this variable overrides the unit load - path. - </para> + 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> <table> <title> |