src / start
remainsalways's picture
Update start
40535e4 verified
raw
history blame
209 Bytes
#!/bin/bash
# Start devgagan and log output
python3 -m devgagan > devgagan.log 2>&1 &
# Ensure the background process doesn't exit prematurely
sleep 5
# Start app.py in the foreground
exec python3 server.py