summaryrefslogtreecommitdiffstats
path: root/mail/smtpd/files/smtpd.sh
blob: a902971eb00d81a08b644e00d1605e9fbf6775fa (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 " smtpfwdd"
  fi
fi
if [ "$1" = "stop" ]; then
  killall smtpfwdd
fi
OpenPOWER on IntegriCloud