#!/bin/sh
set -e



if [ "$1" = "remove" ]; then
    ubic stop -f
fi
