summaryrefslogtreecommitdiff
blob: 037fcc3c45b4b5b86702999ab6df1e58aac83590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# 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
}