6 PID
=`pidof -o %PPID /usr/sbin/iked`
11 if [[ -z $PID ]] && /usr
/sbin
/iked
; then
12 stat_busy
'Starting IKE daemon'
13 PID
=`pidof -o %PPID /usr/sbin/iked`
23 stat_busy
'Stopping IKE daemon'
24 if [[ -n $PID ]] && kill $PID &>/dev
/null
; then
39 echo "Usage: $0 {start|stop|restart}" >&2