Skip to content

Instantly share code, notes, and snippets.

@fiko
Last active October 11, 2018 11:42
Show Gist options
  • Save fiko/62b9a4e76c68734ae4a36e141434b735 to your computer and use it in GitHub Desktop.
Save fiko/62b9a4e76c68734ae4a36e141434b735 to your computer and use it in GitHub Desktop.
MongoDB service configuration
# /lib/systemd/system/mongod.service
[Unit]
Description=An object/document-oriented database
After=network.target
[Service]
User=fiko
ExecStart=/home/fiko/applications/mongodb/bin/mongod --auth --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