#!/bin/sh

### sample start servers file (copy to /usr/local/lib)
### start from '/etc/rc.local'
### BINDIST NeXT release 3 (packed up by Frank Siegert frank@this.net)

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

LOGd=/tmp
LOGf=/usr/local/lib/cap/AUFS.log
CAP=/usr/local/cap
LIB=/usr/local/lib/cap

${CAP}/aufs -T -U 20 -V ${LIB}/afpvols -l ${LOGf} -n `hostname` -F ${LIB}/afpfile

# apply -f ${LIB}aufsIPFilter if Filtering is needed
