chiark / gitweb /
use /run instead of /dev/.run
[elogind.git] / src / path-lookup.c
index 922e722e17be40b4743c5c306027caf84cb71a7f..fff930469ca0ec6b9431f9e81c0a51ade8a6f928 100644 (file)
@@ -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",