2013-09-26 17:14:40 +02:00

18 lines
280 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: famd.sh,v 1.2 2008/01/09 21:17:32 wiz Exp $
#
# PROVIDE: famd
# REQUIRE: DAEMON rpcbind
# KEYWORD: shutdown
. /etc/rc.subr
name="famd"
rcvar=$name
command="@PREFIX@/sbin/famd"
command_args="-T 0 -L &"
load_rc_config $name
run_rc_command "$1"