[systemd-commits] src/path-lookup.c
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Aug 24 05:13:13 PDT 2011
src/path-lookup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a5afffa151b9969bfb138c409c6092ce12fba340
Author: Frederic Crozat <fcrozat at suse.com>
Date: Wed Aug 24 13:39:06 2011 +0200
path-lookup: monitor /etc/systemd/user for user manager
diff --git a/src/path-lookup.c b/src/path-lookup.c
index bed9175..5f5ad8c 100644
--- a/src/path-lookup.c
+++ b/src/path-lookup.c
@@ -209,7 +209,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal
* the arrays in user_dirs() above! */
"/run/systemd/user",
USER_CONFIG_UNIT_PATH,
- "/etc/systemd/system",
+ "/etc/systemd/user",
"/usr/local/lib/systemd/user",
"/usr/local/share/systemd/user",
USER_DATA_UNIT_PATH,
More information about the systemd-commits
mailing list