Home
last modified time | relevance | path

Searched refs:user_path (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Dunit.c5179 _cleanup_free_ char *user_path = NULL; in unit_get_invocation_path() local
5180 r = xdg_user_runtime_dir(&user_path, "/systemd/units/invocation:"); in unit_get_invocation_path()
5183 p = strjoin(user_path, u->id); in unit_get_invocation_path()