1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/tools/docker/start_development.sh
2015-06-12 11:39:30 -04:00

9 lines
121 B
Bash
Executable File

#!/bin/bash
/etc/init.d/ssh start
/etc/init.d/postgresql start
/etc/init.d/redis-server start
nohup mongod &
/bin/bash