haveged/haveged.service

11 lines
211 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
PrivateNetwork=yes
[Install]
WantedBy=multi-user.target