haveged/haveged.service

12 lines
226 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
PrivateTmp=yes
[Install]
WantedBy=multi-user.target