#!/bin/sh
RNGD_OPTS=""
[ -r conf ] && . ./conf

exec rngd $RNGD_OPTS -f
