summaryrefslogtreecommitdiff
path: root/sysutils/moosefs2-master/files/mfsmetalogger.in
blob: 994a1a69f4ece83eb579b9fc7848b6e67ba3f714 (plain)
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
27
28
29
30
#!/bin/sh

# PROVIDE: mfsmetalogger
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable mfsmetalogger:
#
# mfsmetalogger_enable="YES"
#

. /etc/rc.subr

name=mfsmetalogger
rcvar=mfsmetalogger_enable

config_file=%%PREFIX%%/etc/mfs/${name}.cfg

required_files=${config_file}

command=%%PREFIX%%/sbin/${name}
pid_file=%%MFS_WORKDIR%%/mfs/.${name}.lock
command_args="-c $config_file"

load_rc_config $name

# set defaults
: ${mfsmetalogger_enable="NO"}

run_rc_command "$1"