From 05a2f6fefedd7254fd799502191d025d2908cf74 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sat, 12 Apr 2014 08:37:38 +0300 Subject: [PATCH] man: mention XDG_CONFIG_HOME in systemd.unit --- man/systemd.unit.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git man/systemd.unit.xml man/systemd.unit.xml index 07a73fd..bcd4ba8 100644 --- man/systemd.unit.xml +++ man/systemd.unit.xml @@ -70,7 +70,8 @@ ... - $HOME/.config/systemd/user/* + $XDG_CONFIG_HOME/systemd/user/* +$HOME/.config/systemd/user/* /etc/systemd/user/* /run/systemd/user/* /usr/lib/systemd/user/* @@ -320,8 +321,12 @@ + $XDG_CONFIG_HOME/systemd/user + User configuration (only used when $XDG_CONFIG_HOME is set) + + $HOME/.config/systemd/user - User configuration + User configuration (only used when $XDG_CONFIG_HOME is not set) /etc/systemd/user -- 1.7.9.2