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-05 11:32:29 -04:00

8 lines
99 B
Bash
Executable File

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