Fix obsolete references to systemd-random-seed-load.service

This service was merged with systemd-random-seed-save.service in
c35b956d34.
This commit is contained in:
Eelco Dolstra 2013-09-22 20:38:24 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent d808ca6414
commit a0f708053b
2 changed files with 2 additions and 2 deletions

View 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,

View file

@ -7,7 +7,7 @@
[Unit]
Description=Load/Save Random Seed
Documentation=man:systemd-random-seed-load.service(8) man:random(4)
Documentation=man:systemd-random-seed.service(8) man:random(4)
DefaultDependencies=no
RequiresMountsFor=@RANDOM_SEED@
Conflicts=shutdown.target