summaryrefslogtreecommitdiff
path: root/rpm/init.d-mongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70121 SERVER-70083 Fix basic package testsRyan Egesdahl2022-10-151-5/+4
* SERVER-42964 Fix wrong ulimit recommended settings docs link in init and serv...Daniel Hatcher2019-08-261-1/+1
* SERVER-41546 mongo_killproc should not call exitMathew Robinson2019-06-071-2/+2
* SERVER-41546 SysV init scripts should verify PIDfile exists instead of failingMathew Robinson2019-06-061-0/+5
* SERVER-40563 validate that `(${procname})` is the process' command name.Mathew Robinson2019-05-311-2/+22
* SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson2017-09-131-0/+1
* SERVER-27087 Escape nested quotes in rpm init scriptBrian Samek2016-11-211-1/+1
* SERVER-27087 Escape nested quotes in RPM init scriptBrian Samek2016-11-181-1/+1
* SERVER-26575 Quote PIDFILEPATHBrian Samek2016-10-131-2/+2
* SERVER-12048 Don't start mongod if pidfile existsBrian Samek2016-08-251-0/+7
* SERVER-23830 Remove hardcoded pidfile path in init script headerErnie Hershey2016-07-131-1/+0
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-091-8/+8
* SERVER-21209 allow comments in the same line as pidfilepathPaschalis Korosoglou2015-11-041-1/+1
* SERVER-18977: remove pidfiles only when process does not existSam Kleinman2015-06-251-7/+5
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-03-301-1/+1
* SERVER-17337 Filter quote characters from RPM init script PIDFILEPATH and rem...Ernie Hershey2015-03-251-1/+1
* SERVER-16731 Remove unused DBPATH init script variableErnie Hershey2015-03-251-1/+0
* SERVER-16720 updated awk regexp to support inline pidFilePath and dbPath syntaxAndrea Maria Piana2015-01-051-2/+2
* Prevent init.d script to fail when pidfilepath isn't configuredJiri Tyr2015-01-051-1/+2
* SERVER-16081 add --check to init script daemon commandErnie Hershey2014-12-231-1/+1
* SERVER-15114 Remove misleading init script commentErnie Hershey2014-09-021-3/+0
* SERVER-9253 added pid_file argument to mongo_killproc. New usage: mongo_killp...Benety Goh2014-08-201-4/+5
* SERVER-9253 fixed init.d/mongod so that it does not sleep for 5 minutes unnec...Alexis Midon2014-08-201-1/+32
* SERVER-14679 fixed init.d script to create directory for pid fileMarkus W. Mahlberg2014-07-311-0/+6
* SERVER-14247 Use PIDFILEPATH variable instead of missing PIDFILEErnie Hershey2014-06-131-1/+1
* SERVER-13595 Adjust rpm init script awk line to read new yaml config file formatErnie Hershey2014-05-131-2/+3
* SERVER-13016 Change rpm username from mongodb to mongodErnie Hershey2014-03-041-2/+2
* SERVER-9183 redirect startup output to /dev/null in redhat init scriptErnie Hershey2013-12-111-1/+1
* SERVER-10931 set ulimits in init scripts to match documentationErnie Hershey2013-11-191-1/+11
* SERVER-7708 Use pid file under /var/run/mongodb in rpmErnie Hershey2013-10-121-1/+1
* SERVER-3579 Change redhat username and group from mongod to mongodbErnie Hershey2013-10-041-2/+2
* SERVER-9252 use [[:blank:]] instead of \sErnie Hershey2013-09-111-2/+2
* SERVER-9252 use the correct config key for pid fileAlexis Midon2013-09-111-2/+2
* SERVER-3574 updating init scripts for numaMike Fiedler2012-02-281-2/+14
* SERVER-2267 correcting the pidfile usage on RPM-based packagesMike Fiedler2012-02-171-2/+3
* Do a better job stopping mongod from RPM init script. SERVER-3824Richard Kreuter2011-12-011-1/+1
* SERVER-3142, part 1Richard Kreuter2011-06-231-3/+9
* Fix typo in RPM init script.Richard Kreuter2010-12-151-1/+1
* RH initscript "status" action: exit non-zero if mongod isn't there. SERVER-1895Richard Kreuter2010-11-021-0/+1
* Aesthetic change to old RedHat sysv init script.Richard Kreuter2010-06-011-2/+4
* Fix typo in rpm init script. SERVER-575Richard Kreuter2010-03-161-1/+1
* Improve RPM packaging, init scripts. SERVER-575, SERVER-576.Richard Kreuter2010-03-161-18/+27
* initial stab at rpm files SERVER-396Eliot Horowitz2009-12-031-0/+63