blob: bed95f0cc81f9cc5d911d638d91ff0817c84ccee [file] [log] [blame]
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
command="/usr/sbin/${SVCNAME}"
command_args="-r 0 ${HAVEGED_OPTS}"
pidfile=/var/run/${SVCNAME}.pid
depend() {
need localmount
use logger
provide entropy
}
# vim:ft=gentoo-init-d: