19 lines
368 B
Bash
19 lines
368 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: dbmailtimsieved.sh,v 1.1 2007/11/03 11:39:50 obache Exp $
|
|
#
|
|
|
|
# PROVIDE: dbmailtimsieved mail
|
|
# REQUIRE:
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="dbmailtimsieved"
|
|
rcvar=${name}
|
|
required_files="@PKG_SYSCONFDIR@/dbmail.conf"
|
|
command="@PREFIX@/sbin/dbmail-timsieved"
|
|
pidfile="@VARBASE@/run/dbmail-timsieved.pid"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|