summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files/bbstored.in
blob: 07c7d411e5935313c1be8ba9ac86197773367d23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh

# PROVIDE: bbstored
# REQUIRE: NETWORKING
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable bbstored:
#
# bbstored_enable="YES"

. /etc/rc.subr

name="bbstored"
rcvar=bbstored_enable

load_rc_config $name

: ${bbstored_enable:="NO"}
: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"}

pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"}

command="%%PREFIX%%/sbin/bbstored"
extra_commands="reload"

run_rc_command "$1"