mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 02:47:45 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|