#!/bin/bash
set -e

if systemctl is-active --quiet bridgestack-opensource.service; then
    systemctl stop bridgestack-opensource.service
fi
