1
0
Fork 0
haveged/init.d/service.redhat

11 lines
193 B
Text
Raw Normal View History

[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
[Service]
Type=forking
PIDFile=/run/haveged.pid
ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
[Install]
WantedBy=multi-user.target