mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
330 B
Bash
21 lines
330 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: minidlna.sh,v 1.1 2012/10/25 10:25:27 drochner Exp $
|
|
#
|
|
# PROVIDE: minidlna
|
|
# REQUIRE: DAEMON
|
|
#
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="minidlna"
|
|
rcvar=${name}
|
|
command="@PREFIX@/sbin/${name}"
|
|
requre_files="@PKG_SYSCONFDIR@/${name}.conf"
|
|
|
|
load_rc_config ${name}
|
|
|
|
pidfile="/var/run/minidlna.pid"
|
|
|
|
run_rc_command $1
|