From a5afffa151b9969bfb138c409c6092ce12fba340 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 24 Aug 2011 13:39:06 +0200 Subject: [PATCH 1/1] path-lookup: monitor /etc/systemd/user for user manager --- src/path-lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path-lookup.c b/src/path-lookup.c index bed9175e3..5f5ad8c9f 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, -- 2.30.2