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