gentoo-full-overlay/sys-apps/timer_entropyd/files/timer_entropyd.initd.1

15 lines
243 B
Groff
Raw Normal View History

#!/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
}