#!/bin/sh
#
# Univention System Setup
# Remove UCR configuration variables for univention-system-setup-boot
#
# SPDX-FileCopyrightText: 2016-2025 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

[ -x "/usr/sbin/univention-system-setup-boot" ] && /usr/sbin/univention-system-setup-boot stop

exit 0
