Skip to content

Instantly share code, notes, and snippets.

View php-workx's full-sized avatar

Ronny Unger php-workx

  • Sweden
  • 12:28 (UTC +02:00)
View GitHub Profile
@php-workx
php-workx / mongos.conf
Last active December 11, 2015 11:28 — forked from azat/mongos.conf
logpath = /var/log/mongodb/mongos.log
logappend = true
# Enable keyfile authentication
keyFile = /etc/mongokey
configdb = mongo-cfg01.kairion.de:27019,mongo-cfg02.kairion.de:27019,mongo-cfg03.kairion.de:27019
@php-workx
php-workx / mongos
Last active December 11, 2015 11:28 — forked from fabioperrella/mongos
#!/bin/sh
#
# init.d script with LSB support.
#
# Copyright (c) 2007 Javier Fernandez-Sanguino <jfs@debian.org>
#
# This is free software; you may redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2,
# or (at your option) any later version.
#!/bin/sh
#
# init.d script with LSB support.
#
# Copyright (c) 2007 Javier Fernandez-Sanguino <jfs@debian.org>
#
# This is free software; you may redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2,
# or (at your option) any later version.