#!/bin/sh
set -e

if [ -d /run/systemd/system ]; then
        deb-systemd-invoke stop bdk.service tankapi.service >/dev/null
fi
#DEBHELPER#
exit 0
