6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p /run/php
|
||
|
|
||
|
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
|