]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-boot-random-seed.service
units: rename/rework systemd-boot-system-token.service → systemd-boot-random-seed...
[thirdparty/systemd.git] / units / systemd-boot-random-seed.service
CommitLineData
db9ecf05 1# SPDX-License-Identifier: LGPL-2.1-or-later
d985064a
LP
2#
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
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
8# (at your option) any later version.
9
10[Unit]
921fc451
LP
11Description=Update Boot Loader Random Seed
12Documentation=man:systemd-boot-random-seed.service(8) man:random(4)
9810e419 13
d985064a 14DefaultDependencies=no
d985064a 15After=local-fs.target systemd-random-seed.service
921fc451
LP
16Conflicts=shutdown.target
17Before=sysinit.target shutdown.target
d985064a 18
921fc451
LP
19ConditionVirtualization=!container
20ConditionPathExists=!/etc/initrd-release
d985064a 21# Only run this if the boot loader can support random seed initialization.
0f6d54ca
LB
22ConditionPathExists=|/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
23ConditionPathExists=|/sys/firmware/efi/efivars/StubFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
d985064a 24
d985064a
LP
25[Service]
26Type=oneshot
27RemainAfterExit=yes
921fc451 28ExecStart=bootctl --graceful random-seed