From 718880ba0d557a045e2f969e141cbd59e78c76f4 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sun, 28 Sep 2014 14:54:25 -0700 Subject: 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/shared/path-lookup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/path-lookup.h') diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 4bbd47ec39..8da076a30b 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -39,6 +39,7 @@ typedef enum SystemdRunningAs { } SystemdRunningAs; int user_config_home(char **config_home); +int user_runtime(char **user_runtime_path); int lookup_paths_init(LookupPaths *p, SystemdRunningAs running_as, -- cgit v1.2.3-54-g00ecf