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