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 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel