summaryrefslogtreecommitdiff
path: root/mail/exim/files/exim.sh
blob: 1ee2b4abfa17158df0b8a6f9df03202ae8ec1caf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# $NetBSD: exim.sh,v 1.1 1999/09/07 13:21:02 ad Exp $
#
if [ -x @PREFIX@/sbin/exim ] ; then
	echo -n ' exim'
	@PREFIX@/sbin/exim -bd -q15m
fi