chiark / gitweb /
add a transient user unit directory
authorSteven Allen <steven@stebalien.com>
Sun, 28 Sep 2014 21:54:25 +0000 (14:54 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 2 Oct 2014 14:37:30 +0000 (10:37 -0400)
commit718880ba0d557a045e2f969e141cbd59e78c76f4
tree24adb053b3e39a34f441a0b834013e6c0d28e03c
parent9fd290443f5f99fca0dcd4216b1de70f7d3b8db1
add a transient user unit directory

This patch adds a transient user unit directory under
`$XDG_RUNTIME_DIR/systemd/user/` and stores transient user-instance
units (such as those created by `systemd-run --user`) under there
instead of putting them in $XDG_CONFIG_HOME/systemd/user/.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=67331
src/core/unit.c
src/shared/install.c
src/shared/path-lookup.c
src/shared/path-lookup.h