summaryrefslogtreecommitdiff
path: root/rpm/init.d-mongod
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This is a small change, the only affect of which is that systemd's sysvinit compatibility implementation stops assuming this value for the pidfile on rhel 7 and detects the pid automatically. For SUSE, there's a separate init.d script. For non-systemd systems, the init script parses mongod.conf for the pidfile.
* 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
| | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1041
* 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 ↵Ernie Hershey2015-03-251-1/+1
| | | | remove unused DBPATH
* 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
| | | | | | Closes #899 Signed-off-by: Benety Goh <benety@mongodb.com>
* Prevent init.d script to fail when pidfilepath isn't configuredJiri Tyr2015-01-051-1/+2
| | | | | | | | | | | This change moves the PIDFILEPATH definition behind the sourcing of the sysconfig file to prevent the init.d script to fail when there is no pidfilepath defined in the config file. It is still possible to define it in the sysconfig file. Closes #895 Signed-off-by: Benety Goh <benety@mongodb.com>
* 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: ↵Benety Goh2014-08-201-4/+5
| | | | mongo_killproc pid_file procname
* SERVER-9253 fixed init.d/mongod so that it does not sleep for 5 minutes ↵Alexis Midon2014-08-201-1/+32
| | | | | | | | | | | unnecessarily. In some version of Linux, killproc() provided in /etc/init.d/functions has a bug where it will sleep the full duration of the delay (-d). Closes #411 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-14679 fixed init.d script to create directory for pid fileMarkus W. Mahlberg2014-07-311-0/+6
| | | | | | | | | | | | Startup scripts not fit for CentOS 7 / RHEL 7 Default location for pid file is under /var/run/mongodb. /var/run can be mounted on a temporary filesystem so the pid file directory is not guaranteed to persist across reboots. Closes #723 Signed-off-by: Benety Goh <benety@mongodb.com>
* 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
| | | | | | This sets resource limits across all Linux packages to match our recommended settings - http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
* 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
| | | | | Kind of a hack, for compatibility w/1.8 (and because I don't have time to test the new --shutdown flag everywhere).
* 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