]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-random-seed.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-random-seed.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
ca2cab5d
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
ca2cab5d
LP
8# (at your option) any later version.
9
10[Unit]
c35b956d 11Description=Load/Save Random Seed
a0f70805 12Documentation=man:systemd-random-seed.service(8) man:random(4)
ca2cab5d 13DefaultDependencies=no
7c8fa05c 14RequiresMountsFor=@RANDOM_SEED@
c35b956d 15Conflicts=shutdown.target
d6bc8348 16After=systemd-remount-fs.service
c35b956d 17Before=sysinit.target shutdown.target
04d0f7e9 18ConditionVirtualization=!container
ca2cab5d
LP
19
20[Service]
21Type=oneshot
c35b956d 22RemainAfterExit=yes
5192bd19 23ExecStart=@rootlibexecdir@/systemd-random-seed load
c35b956d 24ExecStop=@rootlibexecdir@/systemd-random-seed save
b53374f9 25TimeoutSec=30s