aports/testing/riak-cs/riak-cs.initd
2022-06-18 21:34:21 +02:00

15 lines
186 B
Bash

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