1 2 3 4 5
#!/bin/bash # This script starts mongodb service mongod stop rm /var/lib/mongodb/mongod.lock service mongod start