summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 12:13:17 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 12:13:17 +0200
commitedcf89bebe6997b9ff47b7b32c0563ff9797dfb2 (patch)
tree7b46d739126393b48b117a7bccc9d2a3fcf0b60f /units
parentc617f5a96d474a93e9cf38fbd97af257a08c40df (diff)
man: document systemd-random-seed-load.service
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 a5e2bbb7f..8ea575035 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 0ebd07d86..05b3c6147 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