#!/bin/sh
set -e
if [ -x /etc/init.d/iguanaIR ]; then
    /etc/init.d/iguanaIR stop
fi
