mirror of https://github.com/MISP/misp-docker
4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/bin/sh
|
||
|
# start supervisord
|
||
|
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|