#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
exec lsyncd -nodaemon "${CONF_FILE:-/etc/lsyncd/lsyncd.conf.lua}"
