Skip to content

Instantly share code, notes, and snippets.

@JaniKibichi
Created February 20, 2017 07:19
Show Gist options
  • Save JaniKibichi/7f2748053c80c46f3b9833e80f6545e8 to your computer and use it in GitHub Desktop.
Save JaniKibichi/7f2748053c80c46f3b9833e80f6545e8 to your computer and use it in GitHub Desktop.
Configuration file for the mongodb service on Ubuntu 16.04
[Unit]
Description=High-performance, schema-free document-oriented database
After=network.target
[Service]
User=mongodb
ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment