diff options
author | Frederic Crozat <fcrozat@suse.com> | 2011-08-24 13:39:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-24 14:08:56 +0200 |
commit | a5afffa151b9969bfb138c409c6092ce12fba340 (patch) | |
tree | 916ac63d38ebc6dd16d57b9d3ef578a69467248e /src | |
parent | 07cc1c066d5e54f6fdaaaa0085db797dc7f9bda6 (diff) |
path-lookup: monitor /etc/systemd/user for user manager
Diffstat (limited to 'src')
-rw-r--r-- | src/path-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-lookup.c b/src/path-lookup.c index bed9175e3f..5f5ad8c9f5 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, |