1
#!/usr/bin/env bash
2
#
3
# rsync server start script
4
5
# $Id$
6
7
8
/usr/bin/rsync --daemon --config=/home/proj/isabelle/rsyncd.conf
9