summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-26 18:29:06 +0200
committerGitHub <noreply@github.com>2020-05-26 18:29:06 +0200
commit7257f717c1a860bbe016f185d8b1a56981ec0e9a (patch)
tree7bdd358ab8722d747d25854b4df78671358bba14 /units
parentcf3317f63a24c17ca06a5c277171550c28ed7ef2 (diff)
parente1a042326625ebfa3d4941f629086e12a5540985 (diff)
downloadsystemd-7257f717c1a860bbe016f185d8b1a56981ec0e9a.tar.gz
Merge pull request #15920 from keszybz/userwork-proc-title
Avoid log noise when setting proc titles and some doc updates
Diffstat (limited to 'units')
-rw-r--r--units/systemd-random-seed.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-random-seed.service.in b/units/systemd-random-seed.service.in
index c64e8a9091..f97f99a966 100644
--- a/units/systemd-random-seed.service.in
+++ b/units/systemd-random-seed.service.in
@@ -26,5 +26,5 @@ ExecStop=@rootlibexecdir@/systemd-random-seed save
# This service waits until the kernel's entropy pool is initialized, and may be
# used as ordering barrier for service that require an initialized entropy
# pool. Since initialization can take a while on entropy-starved systems, let's
-# increase the time-out substantially here.
+# increase the timeout substantially here.
TimeoutSec=10min