#!/bin/bash

### BEGIN INIT INFO
# Provides:          quobyte-data
# Required-Start:    $network $remote_fs
# Required-Stop:     $network $remote_fs
# Should-Start:      quobyte-registry
# Should-Stop:       $null
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Quobyte Data Service
# Description:       Quobyte Data Service
### END INIT INFO

# readlink is required to resolve a path like '/etc/rc3.d/S50quobyte-registry'
source "$(dirname "$(readlink -f "$0")")/quobyte"
