2019-05-07 09:48:11 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
2020-04-28 09:39:23 +00:00
|
|
|
Requires=rngd-wake-threshold.service
|
2019-05-07 09:48:11 +00:00
|
|
|
|
|
|
|
[Service]
|
2020-04-28 09:39:23 +00:00
|
|
|
User=rngd
|
|
|
|
Group=rngd
|
|
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
|
|
AmbientCapabilities=CAP_SYS_ADMIN
|
|
|
|
ExecStart=/sbin/rngd -f --fill-watermark=0
|
|
|
|
TimeoutStartSec=60s
|
2019-05-07 09:48:11 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|