#!/usr/bin/bash
# Note that nothing should go to stdout or stderr; this command 
#  writes its output to /var/log/cvmfs/gc.log
exec cvmfs_server gc -af
