Set up to run waitress in screen if needed.

This commit is contained in:
2023-04-11 20:52:59 -05:00
parent f9547c289e
commit 23d52a80da
3 changed files with 7 additions and 3 deletions

4
start-aprs_api.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Run `chmod +x start-aprs_api.sh` so this can be run
screen -dmS aprs_api python3 /home/pi/aprs_tools/api_waitress.py