#!/bin/bash

# don't start dhcp with its script
update-rc.d -f ntp remove

# stop ntp  if it's running as a normal service
invoke-rc.d ntp stop

