Admin/rsyncd
author Walther Neuper <wneuper@ist.tugraz.at>
Tue, 07 Feb 2017 08:57:42 +0100
changeset 59316 3a60188d9cc3
parent 59180 85ec71012df8
permissions -rwxr-xr-x
separate structure Model : MODEL
     1 #!/usr/bin/env bash
     2 #
     3 # rsync server start script
     4 
     5 /usr/bin/rsync --daemon --config=/home/proj/isabelle/rsyncd.conf
     6