Skip to content

Instantly share code, notes, and snippets.

View sizovilya's full-sized avatar
🎃

Ilya Sizov sizovilya

🎃
  • 0+x
  • Stockholm, Sweden
View GitHub Profile
@sizovilya
sizovilya / enable_mongo.sh
Created April 28, 2016 18:38 — 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]