#!/bin/bash
set -e

if systemctl is-active --quiet local-installer-agent; then
    systemctl stop local-installer-agent
fi

exit 0
