#!/bin/sh
[ ! -e /etc/rsyncd.conf ] && exit 1
exec rsync --daemon --no-detach
