Skip to content

Instantly share code, notes, and snippets.

View wedancedalot's full-sized avatar
🧗

Eugene wedancedalot

🧗
View GitHub Profile
@wedancedalot
wedancedalot / enable_mongo.sh
Created May 25, 2016 16:31 — forked from sgnn7/enable_mongo.sh
Mongodb 3.2 on Ubuntu 15.10
echo '[Unit]
Description=High-performance, schema-free document-oriented database
After=syslog.target network.target
[Service]
User=mongodb
Group=mongodb
ExecStart=/usr/bin/mongod -f /etc/mongod.conf
[Install]