1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/exim/files/exim.sh

4 lines
104 B
Bash
Raw Normal View History

#!/bin/sh
args='-bd -q30m'
[ -x /usr/local/sbin/exim ] && /usr/local/sbin/exim $args && echo -n ' exim'