aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jitterentropy-rngd/jitterentropy-rngd.initd
blob: ebd8b92358d954daf91dce3fc036aab02888a14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

description="CPU Jitter Random number generator daemon"

pidfile=/run/$RC_SVCNAME.pid
command=/usr/sbin/jitterentropy-rngd
command_args="--pid $pidfile"

depend() {
	need localmount
	after urandom
	provide entropy
}