This unit is provided by:
Options
-
[Service]
-
ExecStart=/lib/systemd/systemd-random-seed load
-
ExecStart=/usr/lib/systemd/systemd-random-seed load
-
ExecStop=/lib/systemd/systemd-random-seed save
-
ExecStop=/usr/lib/systemd/systemd-random-seed save
-
RemainAfterExit=yes
-
TimeoutSec=10min
-
Type=oneshot
-
-
[Unit]
-
After=systemd-remount-fs.service
-
Before=first-boot-complete.target shutdown.target
-
ConditionPathExists=!/etc/initrd-release
-
ConditionVirtualization=!container
-
Conflicts=shutdown.target
-
DefaultDependencies=no
-
Description=Load/Save Random Seed
-
Documentation=man:systemd-random-seed.service(8) man:random(4)
-
RequiresMountsFor=/var/lib/systemd/random-seed
-
Wants=first-boot-complete.target
-
Additionnal notes
Nothing here.