diff options
author | 2011-05-20 17:44:24 -0700 | |
---|---|---|
committer | 2011-05-25 18:04:53 +0200 | |
commit | d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c (patch) | |
tree | d2d59d3b8b7860877f6ac4b03ae8e10965fa532c /man | |
parent | readahead: explain that it is safe to ignore EACCES (diff) | |
download | eudev-d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c.tar.gz eudev-d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c.tar.bz2 eudev-d636fa3d67a76e512c5a3b2028e2c62ec5bbc50c.zip |
man: update the list of unit search locations
Diffstat (limited to 'man')
-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 a7dc4530e..142c1d6a0 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 |