mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
19 lines
299 B
Bash
19 lines
299 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: lldpd.sh,v 1.1 2013/05/09 01:39:43 mef Exp $
|
|
#
|
|
|
|
# PROVIDE: lldpd
|
|
# REQUIRE: DAEMON
|
|
# BEFORE: LOGIN
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="lldpd"
|
|
rcvar="lldpd"
|
|
command="@PREFIX@/sbin/${name}"
|
|
#required_files="@PKG_SYSCONFDIR@/lldpd.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|