summaryrefslogtreecommitdiff
blob: 8653109670435172c68ec2dcf58ceb4aeda5d5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

command=/usr/libexec/timer_entropyd

depend() {
	need localmount
	before net
	use logger

	provide entropy
}