6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
set -e
|
|
exec /usr/bin/supervisord
|