mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +01:00
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/bin/entropy_broker"
|
|
command_args="$EB_OPTS"
|
|
|
|
depend() {
|
|
need net
|
|
}
|