#!/bin/sh #---------------------------------------------------------------------------- # /etc/ppp/ip-down500.chrony - disallow chronyd access time servers # if default route is going down # # Creation: 2004-06-06 abe # Last Update: $Id$ #---------------------------------------------------------------------------- case $is_default_route in yes) if ps | grep -q [c]hronyd then /usr/bin/chronyc >/dev/null <