#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/hwclock.sh" ]; then /etc/init.d/hwclock.sh stop || : fi