3 # source application-specific settings
4 [ -f /etc
/conf.d
/exim
] && .
/etc
/conf.d
/exim
10 PID
=`pidof -o %PPID /usr/sbin/exim`
14 stat_busy
"Starting Exim"
15 [ -z "$PID" ] && /usr
/sbin
/exim
$EXIM_ARGS
24 stat_busy
"Stopping Exim"
25 [ ! -z "$PID" ] && kill $PID &> /dev
/null
40 echo "usage: $0 {start|stop|restart}"