aboutsummaryrefslogtreecommitdiffstats
path: root/testing/entropybroker/entropybroker.initd
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-03-27 21:33:14 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-01 19:24:05 +0000
commit6880dfb6e909b5cb5d73e770f5a0f4227515b610 (patch)
treec82ad2b6ef17faffc8bc97b007df4df079c71c9a /testing/entropybroker/entropybroker.initd
parenta9bccb09bad16864922406dbe9286e05f7402574 (diff)
downloadaports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.bz2
aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.xz
testing/entropybroker: new aport
Diffstat (limited to 'testing/entropybroker/entropybroker.initd')
-rw-r--r--testing/entropybroker/entropybroker.initd8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/entropybroker/entropybroker.initd b/testing/entropybroker/entropybroker.initd
new file mode 100644
index 0000000000..b4fc274832
--- /dev/null
+++ b/testing/entropybroker/entropybroker.initd
@@ -0,0 +1,8 @@
+#!/sbin/openrc-run
+
+command="/usr/bin/entropy_broker"
+command_args="$EB_OPTS"
+
+depend() {
+ need net
+}