summaryrefslogtreecommitdiff
blob: 57178ca4b36fbfe184972f816f2b9c57cca1514b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

command=/usr/libexec/timer_entropyd

depend() {
	need localmount
	before net
	use logger

	provide entropy
}