5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/bash
|
|
|
|
# start supervisord
|
|
/usr/local/bin/supervisord -n
|
#!/bin/bash
|
|
|
|
# start supervisord
|
|
/usr/local/bin/supervisord -n
|