#!/bin/sh

set -e

if [ -f $PARAM ]; then
    . "$PARAM"
fi

echo "Starting fake hwclock: loading system time."
fake-hwclock load $FORCE
