diff options
author | William Swanson <swansontec@gmail.com> | 2011-05-20 17:44:24 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-25 18:04:53 +0200 |
commit | d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c (patch) | |
tree | d2d59d3b8b7860877f6ac4b03ae8e10965fa532c /man/systemd.xml | |
parent | cf37e24688971b29223858f733beb1b85e3af03c (diff) |
man: update the list of unit search locations
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index a7dc4530ed..142c1d6a05 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -500,9 +500,9 @@ <command>pkg-config systemd --variable=systemdsystemunitdir</command>. Other directories checked are - <filename>/usr/local/share/systemd/system</filename> + <filename>/usr/local/lib/systemd/system</filename> and - <filename>/usr/share/systemd/system</filename>. User + <filename>/usr/lib/systemd/system</filename>. User configuration always takes precedence. <command>pkg-config systemd |