Skip to content

Instantly share code, notes, and snippets.

@arindampradhan
Created October 4, 2016 20:10
Show Gist options
  • Save arindampradhan/1ed7cd6e48b9a206cf37e54944a82f9b to your computer and use it in GitHub Desktop.
Save arindampradhan/1ed7cd6e48b9a206cf37e54944a82f9b to your computer and use it in GitHub Desktop.
[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