summaryrefslogtreecommitdiffstats
path: root/misc/init.d/freebsd/zabbix_agentd
blob: 230e7dd4f071cb6d9ee5c46103efb339eed37c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /etc/rc.subr

name="zabbix_agentd"
load_rc_config ${name}
rcvar=`set_rcvar`
command="${prefix:-"/usr/local"}/bin/${name}"
required_files="/etc/zabbix/${name}.conf"

run_rc_command "$1"