aboutsummaryrefslogtreecommitdiff
path: root/dns/inadyn-mt/files/inadyn-mt.in
blob: 521313dcec16a7055c6d51bfad1799381d5b17e8 (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
#!/bin/sh
#
# PROVIDE: inadynmt
# REQUIRE: NETWORKING
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
# inadynmt_enable="YES"
#

. /etc/rc.subr

name="inadynmt"
rcvar=inadynmt_enable

command=%%PREFIX%%/bin/inadyn-mt

load_rc_config $name

: ${inadynmt_enable="NO"}

run_rc_command "$1"