From: Frederic Crozat Date: Wed, 24 Aug 2011 11:39:06 +0000 (+0200) Subject: path-lookup: monitor /etc/systemd/user for user manager X-Git-Tag: v34~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a5afffa151b9969bfb138c409c6092ce12fba340;hp=07cc1c066d5e54f6fdaaaa0085db797dc7f9bda6 path-lookup: monitor /etc/systemd/user for user manager --- 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,