mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05: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
|