bigchaindb/network_driver/mongo_entrypoint.sh

8 lines
70 B
Bash
Executable File

#!/bin/sh
echo "Starting MonogoDB"
pkill mongod
mongod &
sleep 3600