X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fpath-lookup.c;h=922e722e17be40b4743c5c306027caf84cb71a7f;hb=b9a8e638ed520bc9b528a1e8539ca4b9026861b4;hp=f094969adaf9c1a2224b66443a904edae9defa3b;hpb=af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa;p=elogind.git diff --git a/src/path-lookup.c b/src/path-lookup.c index f094969ad..922e722e1 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -181,7 +181,9 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as) { return -ENOMEM; } else if (!(p->unit_path = strv_new( - "/dev/.systemd/system", + /* If you modify this you also want to modify + * systemdsystemunitpath= in systemd.pc.in! */ + "/dev/.run/systemd/system", SYSTEM_CONFIG_UNIT_PATH, "/etc/systemd/system", "/usr/local/share/systemd/system",