aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/entropybroker/entropybroker.initd
blob: b4fc2748325bc90f33fd7aef87d814a177ccf96f (plain)
1
2
3
4
5
6
7
8
#!/sbin/openrc-run

command="/usr/bin/entropy_broker"
command_args="$EB_OPTS"

depend() {
	need net
}