Skip to content

Instantly share code, notes, and snippets.

@stgogm
Created July 30, 2016 19:37
Show Gist options
  • Save stgogm/0dd46697ea6eee714d66b17972ff6a5f to your computer and use it in GitHub Desktop.
Save stgogm/0dd46697ea6eee714d66b17972ff6a5f to your computer and use it in GitHub Desktop.
MongoDB Ubuntu 16.04 Systemd Service
[Unit]
Description=High-performance, schema-free document-oriented database
After=network.target
Documentation=https://docs.mongodb.org/manual
[Service]
User=mongodb
Group=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