summaryrefslogtreecommitdiffstats
path: root/mail/smtpd/files/smtpd.sh
blob: 3aaf433a31d4b929152d5dc88afc52dd861eb0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

if [ $# -eq 0 -o "$1" = "start" ]; then
  if [ -x !!PREFIX!!/sbin/smtpfwdd ] ; then
    !!PREFIX!!/sbin/smtpfwdd
    echo -n " smtpfwdd"
  fi
fi
if [ "$1" = "stop" ]; then
  killall smtpfwdd
fi
OpenPOWER on IntegriCloud