pkgsrc-ng/mail/dbmail/files/dbmaillmtpd.sh
2013-09-26 17:14:40 +02:00

19 lines
347 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: dbmaillmtpd.sh,v 1.2 2007/11/03 11:39:50 obache Exp $
#
# PROVIDE: dbmaillmtp mail
# REQUIRE:
. /etc/rc.subr
name="dbmaillmtpd"
rcvar=${name}
required_files="@PKG_SYSCONFDIR@/dbmail.conf"
command="@PREFIX@/sbin/dbmail-lmtpd"
pidfile="@VARBASE@/run/dbmail-lmtpd.pid"
load_rc_config $name
run_rc_command "$1"