diff options
Diffstat (limited to 'sys-apps/haveged/files/haveged-init.d.2')
-rw-r--r-- | sys-apps/haveged/files/haveged-init.d.2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/haveged/files/haveged-init.d.2 b/sys-apps/haveged/files/haveged-init.d.2 new file mode 100644 index 000000000000..136094cefe37 --- /dev/null +++ b/sys-apps/haveged/files/haveged-init.d.2 @@ -0,0 +1,14 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/files/haveged-init.d.2,v 1.1 2011/10/17 17:20:53 flameeyes Exp $ + +command="/usr/sbin/${SVCNAME}" +command_args="-r 0 ${HAVEGED_OPTS}" +pidfile=/var/run/${SVCNAME}.pid + +depend() { + provide entropy +} + +# vim:ft=gentoo-init-d: |