#!/sbin/openrc-run name="$SVCNAME" pidfile="/var/run/$SVCNAME.pid" command="/usr/sbin/$SVCNAME" command_args="-ii${CSYNC2_OPTS:+ $CSYNC2_OPTS}" command_background="yes" depend() { need net localmount after firewall }