diff options
Diffstat (limited to 'src/path-lookup.c')
-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 922e722e17..fff930469c 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -183,7 +183,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) { if (!(p->unit_path = strv_new( /* If you modify this you also want to modify * systemdsystemunitpath= in systemd.pc.in! */ - "/dev/.run/systemd/system", + "/run/systemd/system", SYSTEM_CONFIG_UNIT_PATH, "/etc/systemd/system", "/usr/local/share/systemd/system", |