mongodb.confd-r2 549 B

12345678910111213
  1. # !! IMPORTANT !!
  2. #
  3. # This file is ONLY used to override some of the init script configuration.
  4. #
  5. # You should NOT use this file to configure your mongodb instance,
  6. # see the /etc/mongodb.conf file instead.
  7. #
  8. # Available init script modifiers :
  9. # - config_file : the configuration file to use (default : /etc/mongodb.conf)
  10. # - user : the user used to run your mongodb instance (default : mongodb)
  11. # - group : the group used to run your mongodb instance (default : mongodb)
  12. # - run_dir : the run directory for your PID files (default : /run/mongodb)