#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
install -d -m750 -o chrony -g chrony /var/run/chrony
exec chronyd -n -u chrony ${OPTS}