mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
9 lines
121 B
Bash
Executable File
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
|