#!/bin/sh
if [ "$(pidof timenowd)" ]
then
/sbin/initctl stop timenow.conf
fi
