[systemd-devel] [PATCH 0/2] XDG_CONFIG_HOME fixes

Tanu Kaskinen tanu.kaskinen at linux.intel.com
Fri Apr 11 22:37:37 PDT 2014


I was reading the systemd.unit man page, and noticed that it mentioned
$HOME/.config/systemd/user, but not $XDG_CONFIG_HOME/systemd/user,
even though the latter is used instead of the former when possible.
The first patch fixes this documentation issue.

I then looked for hardcoded instances of $HOME/.config in the code,
and found one. The second patch fixes this. The patch is untested.

Tanu Kaskinen (2):
  man: mention XDG_CONFIG_HOME in systemd.unit
  path-lookup: don't hardcode .config

 man/systemd.unit.xml     | 9 +++++++--
 src/shared/path-lookup.c | 6 +++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.8.3.1



More information about the systemd-devel mailing list