mirror of https://github.com/kortix-ai/suna.git
4 lines
157 B
Bash
4 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Start supervisord in the foreground to properly manage child processes
|
||
|
exec /usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf
|