From: Tanu Kaskinen Date: Sat, 12 Jul 2014 16:36:16 +0000 (+0300) Subject: man: mention XDG_DATA_HOME in systemd.unit X-Git-Tag: v216~643 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=91acdc17a5b47e775369c6b907601f44fab07dcb man: mention XDG_DATA_HOME in systemd.unit --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d0431ce06..644758470 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -74,6 +74,8 @@ $HOME/.config/systemd/user/* /etc/systemd/user/* /run/systemd/user/* +$XDG_DATA_HOME/systemd/user/* +$HOME/.local/share/systemd/user/* /usr/lib/systemd/user/* ... @@ -338,9 +340,17 @@ /run/systemd/user Runtime units + + $XDG_DATA_HOME/systemd/user + Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is set) + + + $HOME/.local/share/systemd/user + Units of packages that have been installed in the home directory (only used when $XDG_DATA_HOME is not set) + /usr/lib/systemd/user - Units of installed packages + Units of packages that have been installed system-wide