Files
spectre/backend/scripts/bash/cmd.sh
2025-11-11 20:02:00 +00:00

11 lines
347 B
Bash

#!/bin/bash
# SPDX-FileCopyrightText: © 2024-2025 Jimmy Fitzpatrick <jcfitzpatrick12@gmail.com>
# This file is part of SPECTRE
# SPDX-License-Identifier: GPL-3.0-or-later
# Start the SDRplay API service in the background.
sdrplay_apiService &
# Start the spectre server.
python3 -m gunicorn -c gunicorn.conf.py spectre_server.__main__:make_app