Skip to content

Instantly share code, notes, and snippets.

View hessel's full-sized avatar
🎯
Focusing

Leonardo Hessel hessel

🎯
Focusing
  • Sao Paulo, Brazil
View GitHub Profile
@hessel
hessel / enable_mongo.sh
Created July 7, 2016 05:41 — 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]