2016-05-18 11:44:22 +03:00
|
|
|
#!/sbin/openrc-run
|
2012-02-06 16:39:49 +04:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
command=/usr/libexec/timer_entropyd
|
|
|
|
|
|
|
|
depend() {
|
|
|
|
need localmount
|
|
|
|
before net
|
|
|
|
use logger
|
|
|
|
|
|
|
|
provide entropy
|
|
|
|
}
|