#!/bin/sh
#
# ip-down script for gogoc

# Check to see we can run the daemon
if [ ! -x /usr/sbin/gogoc ]; then
  exit 0
fi

invoke-rc.d gogoc restart
