#!/bin/sh

# Rick, 02/12/2015, removing this as it's dangerous and shortens our app log respository
# if [ -d /mem/log ]; then
#     rm -rf  *.* /mem/log
# fi

# Custom signal to the APPSV to shutdown specific processes
# and keep them shut down to free up the maximum amount of RAM
killall -44 appsv

