1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/riak-ts/riak-ts.initd
2022-09-08 07:12:18 +00:00

14 lines
178 B
Bash

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