chiark / gitweb /
Fix obsolete references to systemd-random-seed-load.service
[elogind.git] / src / cryptsetup / cryptsetup-generator.c
index ba6efa6fc392a64879194f2f2889b4e20700a596..8792e6b1f53650db7c9141159a95eb91673363c9 100644 (file)
@@ -129,7 +129,7 @@ static int create_disk(
                 if (streq(password, "/dev/urandom") ||
                     streq(password, "/dev/random") ||
                     streq(password, "/dev/hw_random"))
-                        fputs("After=systemd-random-seed-load.service\n", f);
+                        fputs("After=systemd-random-seed.service\n", f);
                 else if (!streq(password, "-") &&
                          !streq(password, "none"))
                         fprintf(f,