summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/path-lookup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c
index 93dd83652f..11b9bb6107 100644
--- a/src/shared/path-lookup.c
+++ b/src/shared/path-lookup.c
@@ -451,6 +451,7 @@ int lookup_paths_init(
* systemdsystemunitpath= in systemd.pc.in! */
STRV_IFNOTNULL(generator_early),
persistent_config,
+ SYSTEM_CONFIG_UNIT_PATH,
"/etc/systemd/system",
runtime_config,
"/run/systemd/system",
@@ -472,6 +473,7 @@ int lookup_paths_init(
* the arrays in user_dirs() above! */
STRV_IFNOTNULL(generator_early),
persistent_config,
+ USER_CONFIG_UNIT_PATH,
"/etc/systemd/user",
runtime_config,
"/run/systemd/user",