summaryrefslogtreecommitdiff
path: root/mail/exim/files/exim.sh
blob: 1a92d2712766f0cda0925765f027eec3b17bc851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!@RCD_SCRIPTS_SHELL@
#
#	$NetBSD: exim.sh,v 1.7 2004/11/26 10:17:40 grant Exp $
#
# PROVIDE: mail
# REQUIRE: LOGIN

. /etc/rc.subr

name="exim"
exim_flags=${exim_flags-"-bd -q30m"}
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/configure"
extra_commands="reload"

load_rc_config $name
run_rc_command "$1"