aports/testing/riak/riak.initd
2022-06-18 21:33:58 +02:00

15 lines
183 B
Bash

#!/sbin/openrc-run
name="$SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="start"
command_background="yes"
pidfile="/run/riak/$name.pid"
depend() {
need net
after firewall
}