diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-09-22 20:38:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-09-23 11:41:30 +0200 |
commit | a0f708053ba42c8289caed1107f498bbf332e204 (patch) | |
tree | 733108c5332214f2e60f64e6953c313ee55ff479 /units | |
parent | d808ca6414cd29d56507bed78fce2d26c6b00f15 (diff) |
Fix obsolete references to systemd-random-seed-load.service
This service was merged with systemd-random-seed-save.service in
c35b956d34bbb8bb208e49e45de2c103ca11911c.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-random-seed.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-random-seed.service.in b/units/systemd-random-seed.service.in index 0c21a04842..1879b2f24c 100644 --- a/units/systemd-random-seed.service.in +++ b/units/systemd-random-seed.service.in @@ -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 |