summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
authorSteven Allen <steven@stebalien.com>2014-09-28 14:54:25 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-02 10:37:30 -0400
commit718880ba0d557a045e2f969e141cbd59e78c76f4 (patch)
tree24adb053b3e39a34f441a0b834013e6c0d28e03c /src/shared/path-lookup.h
parent9fd290443f5f99fca0dcd4216b1de70f7d3b8db1 (diff)
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
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r--src/shared/path-lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h
index 4bbd47ec3..8da076a30 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,