haveged/haveged.service

11 lines
195 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Haveged Entropy Gathering Daemon
[Service]
Type=simple
ExecStart=/usr/sbin/haveged -F 1 -w 1024 -v 0
CapabilityBoundingSet=CAP_SYS_ADMIN
[Install]
WantedBy=multi-user.target