#!/bin/sh
OPTS=--run-as=_fah
set -e
[ -r config ] && . config
cd /usr/libexec/_fah && exec /usr/bin/FAHClient $OPTS 2>&1