2020-04-28 09:39:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Hardware RNG Entropy Gatherer Wake threshold service
|
2021-11-09 10:06:24 +00:00
|
|
|
ConditionVirtualization=!container
|
2020-04-28 09:39:23 +00:00
|
|
|
Before=rngd.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
|
|
AmbientCapabilities=CAP_SYS_ADMIN
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2021-09-21 07:14:53 +00:00
|
|
|
ExecStart=/bin/sh -c "PSIZE=$(cat /proc/sys/kernel/random/poolsize); let THRESH=$PSIZE*3/4; echo $THRESH>/proc/sys/kernel/random/write_wakeup_threshold; udevadm trigger --sysname-match=hw_random --settle"
|
2020-04-28 09:39:23 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|