#!/bin/sh # This is a stub ntpd process that will simply do nothing while true; do sleep 1000 done