mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name=rethinkdb
|
|
command="/usr/bin/rethinkdb"
|
|
command_args="--config-file /etc/rethinkdb/default.conf"
|
|
|
|
depend() {
|
|
use logger dns
|
|
need net
|
|
after firewall
|
|
}
|
|
|