#!/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 }