haveged/haveged.service

11 lines
193 B
SYSTEMD
Raw Normal View History

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