mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
8 lines
99 B
Bash
8 lines
99 B
Bash
#!/bin/bash
|
|
|
|
/etc/init.d/postgresql start
|
|
/etc/init.d/redis-server start
|
|
nohup mongod &
|
|
|
|
/bin/bash
|