#!/bin/sh
#
# PROVIDE: bareosfd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# bareos       This shell script takes care of starting and stopping
#	       the bareos File daemon.
#
# chkconfig: 2345 90 9
# description: Backup Archiving REcovery Open Sourced.
#
#
. /etc/rc.subr

name=bareosfd
rcvar=bareosfd_enable

command="/usr/local/sbin/bareos-fd"

load_rc_config $name
: ${bareosfd_enable:=no}
run_rc_command "$1"
