#!/bin/sh
#
# Restart the S4 connector if an interface was stopped.
#  See https://forge.univention.org/bugzilla/show_bug.cgi?id=30119
#
# SPDX-FileCopyrightText: 2013-2026 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

. /etc/network/ucs-network-tools
ucs_ignore_interface

systemctl try-restart univention-s4-connector

exit 0
