Skip to content

Instantly share code, notes, and snippets.

@clzola
Created January 25, 2017 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clzola/3473778a441a6a76aabbc0bead8fcd35 to your computer and use it in GitHub Desktop.
Save clzola/3473778a441a6a76aabbc0bead8fcd35 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