Skip to content

Instantly share code, notes, and snippets.

@andrewpsp
Last active August 22, 2017 05:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewpsp/43fee6b36f00b11e9f40ae8ba53d6dad to your computer and use it in GitHub Desktop.
Save andrewpsp/43fee6b36f00b11e9f40ae8ba53d6dad to your computer and use it in GitHub Desktop.
mongod service file
[Unit]
Description=High-performance, Entercloud Integrated Automated Ditigal Fingerprint Identification System (EIADFIS)
After=network.target
Documentation=https://github.com/entercloud/EIADFIS
[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