# SPDX-FileCopyrightText: 2023-2026 KUNBUS GmbH <support@kunbus.com>
#
# SPDX-License-Identifier: GPL-2.0-or-later

# sudo configuration to let PiCtory enable and disable the opcua-revpi-server
www-data ALL = (root) NOPASSWD: /usr/bin/systemctl --no-block enable --now opcua-revpi-server
www-data ALL = (root) NOPASSWD: /usr/bin/systemctl --no-block disable --now opcua-revpi-server
