bigbluebutton-Github/build/packages-template/bbb-livekit/before-remove.sh
Daniel Molkentin 6799809b6b Add Livekit package
For now, we will not rebuild livekit, but rather use the precompiled
project binaries.

As per BBB convention, this package provides an immutable default
configuration file which gets merged with a user-modifiable file
in /etc/bigbluebutton.
2023-11-28 13:25:50 +01:00

5 lines
106 B
Bash
Executable File

#!/bin/bash -e
stopService livekit-server || echo "livekit-server could not be unregistered or stopped"