summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix2-server/files/zabbix_agentd.in
blob: 4af7fa72f13f428c84a25cc112122d69547629a9 (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: zabbix_agentd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
# enable zabbix_agentd:
#
# zabbix_agentd_enable (bool): Set to NO by default.  Set it to YES to
#         enable zabbix_agentd.
#

. /etc/rc.subr

name="zabbix_agentd"
rcvar=zabbix_agentd_enable

command="%%PREFIX%%/sbin/${name}"
required_files="%%ETCDIR%%/${name}.conf"

load_rc_config $name

: ${zabbix_agentd_enable="NO"}

run_rc_command "$1"