#!/bin/sh

# Commands or scripts in this file will be run at shutdown, 
# before any services or processes are stopped by the normal
# shutdown scripts. By default it does nothing. exit 0 for
# success or other value on error. 

exit 0

