summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/systemd-random-seed-load.service.in1
-rw-r--r--units/systemd-random-seed-save.service.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-random-seed-load.service.in b/units/systemd-random-seed-load.service.in
index a5e2bbb7fe..8ea575035e 100644
--- a/units/systemd-random-seed-load.service.in
+++ b/units/systemd-random-seed-load.service.in
@@ -7,6 +7,7 @@
[Unit]
Description=Load Random Seed
+Documentation=man:systemd-random-seed-load.service(8) man:random(4)
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
diff --git a/units/systemd-random-seed-save.service.in b/units/systemd-random-seed-save.service.in
index 0ebd07d868..05b3c61471 100644
--- a/units/systemd-random-seed-save.service.in
+++ b/units/systemd-random-seed-save.service.in
@@ -7,6 +7,7 @@
[Unit]
Description=Save Random Seed
+Documentation=man:systemd-random-seed-load.service(8) man:random(4)
DefaultDependencies=no
After=systemd-random-seed-load.service
Before=shutdown.target