aports/community/rng-tools/rngd.initd
ScrumpyJack fad1905195 testing/[various]: move to community
Moves the following packages to community after successful build and testing.

bogofilter
corebird
fbpanel
hermes
libdbi-drivers
luufs
netsurf
opencpn
py-sensehat
rng-tools
volumeicon
2016-08-18 21:11:39 +00:00

15 lines
265 B
Plaintext

#!/sbin/openrc-run
name="rngd"
command="/usr/sbin/${name}"
command_args="-f ${RNGD_OPTS}"
command_background="yes"
start_stop_daemon_args="--wait 5"
pidfile="/var/run/${name}.pid"
depend() {
need localmount
after urandom
provide entropy
}