#!/bin/sh #------------------------------------------------------------------------------ # /etc/rc.d/rc090.haveged - enhance entropy __FLI4LVER__ # # Creation: 2012-05-30 rresch # Last Update: $Id$ #------------------------------------------------------------------------------ if [ -x /usr/sbin/haveged ] then begin_script HAVEGED "starting haveged ..." haveged -w 1024 end_script fi