Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-70121 SERVER-70083 Fix basic package tests | Ryan Egesdahl | 2022-10-15 | 1 | -5/+4 |
| | |||||
* | SERVER-42964 Fix wrong ulimit recommended settings docs link in init and ↵ | Daniel Hatcher | 2019-08-26 | 1 | -1/+1 |
| | | | | | | | | service files Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com> | ||||
* | SERVER-41546 mongo_killproc should not call exit | Mathew Robinson | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | SERVER-41546 SysV init scripts should verify PIDfile exists instead of failing | Mathew Robinson | 2019-06-06 | 1 | -0/+5 |
| | |||||
* | SERVER-40563 validate that `(${procname})` is the process' command name. | Mathew Robinson | 2019-05-31 | 1 | -2/+22 |
| | |||||
* | SERVER-30853 Update Mongod init scripts to set unlimited locked memory | Mathew Robinson | 2017-09-13 | 1 | -0/+1 |
| | |||||
* | SERVER-27087 Escape nested quotes in rpm init script | Brian Samek | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | SERVER-27087 Escape nested quotes in RPM init script | Brian Samek | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | SERVER-26575 Quote PIDFILEPATH | Brian Samek | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | SERVER-12048 Don't start mongod if pidfile exists | Brian Samek | 2016-08-25 | 1 | -0/+7 |
| | |||||
* | SERVER-23830 Remove hardcoded pidfile path in init script header | Ernie Hershey | 2016-07-13 | 1 | -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 override | Sam Kleinman | 2016-02-09 | 1 | -8/+8 |
| | |||||
* | SERVER-21209 allow comments in the same line as pidfilepath | Paschalis Korosoglou | 2015-11-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1041 | ||||
* | SERVER-18977: remove pidfiles only when process does not exist | Sam Kleinman | 2015-06-25 | 1 | -7/+5 |
| | |||||
* | SERVER-17780 Update init script process ulimit to match recommendations | Ernie Hershey | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | SERVER-17337 Filter quote characters from RPM init script PIDFILEPATH and ↵ | Ernie Hershey | 2015-03-25 | 1 | -1/+1 |
| | | | | remove unused DBPATH | ||||
* | SERVER-16731 Remove unused DBPATH init script variable | Ernie Hershey | 2015-03-25 | 1 | -1/+0 |
| | |||||
* | SERVER-16720 updated awk regexp to support inline pidFilePath and dbPath syntax | Andrea Maria Piana | 2015-01-05 | 1 | -2/+2 |
| | | | | | | Closes #899 Signed-off-by: Benety Goh <benety@mongodb.com> | ||||
* | Prevent init.d script to fail when pidfilepath isn't configured | Jiri Tyr | 2015-01-05 | 1 | -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 command | Ernie Hershey | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | SERVER-15114 Remove misleading init script comment | Ernie Hershey | 2014-09-02 | 1 | -3/+0 |
| | |||||
* | SERVER-9253 added pid_file argument to mongo_killproc. New usage: ↵ | Benety Goh | 2014-08-20 | 1 | -4/+5 |
| | | | | mongo_killproc pid_file procname | ||||
* | SERVER-9253 fixed init.d/mongod so that it does not sleep for 5 minutes ↵ | Alexis Midon | 2014-08-20 | 1 | -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 file | Markus W. Mahlberg | 2014-07-31 | 1 | -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 PIDFILE | Ernie Hershey | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | SERVER-13595 Adjust rpm init script awk line to read new yaml config file format | Ernie Hershey | 2014-05-13 | 1 | -2/+3 |
| | |||||
* | SERVER-13016 Change rpm username from mongodb to mongod | Ernie Hershey | 2014-03-04 | 1 | -2/+2 |
| | |||||
* | SERVER-9183 redirect startup output to /dev/null in redhat init script | Ernie Hershey | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | SERVER-10931 set ulimits in init scripts to match documentation | Ernie Hershey | 2013-11-19 | 1 | -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 rpm | Ernie Hershey | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | SERVER-3579 Change redhat username and group from mongod to mongodb | Ernie Hershey | 2013-10-04 | 1 | -2/+2 |
| | |||||
* | SERVER-9252 use [[:blank:]] instead of \s | Ernie Hershey | 2013-09-11 | 1 | -2/+2 |
| | |||||
* | SERVER-9252 use the correct config key for pid file | Alexis Midon | 2013-09-11 | 1 | -2/+2 |
| | |||||
* | SERVER-3574 updating init scripts for numa | Mike Fiedler | 2012-02-28 | 1 | -2/+14 |
| | |||||
* | SERVER-2267 correcting the pidfile usage on RPM-based packages | Mike Fiedler | 2012-02-17 | 1 | -2/+3 |
| | |||||
* | Do a better job stopping mongod from RPM init script. SERVER-3824 | Richard Kreuter | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | SERVER-3142, part 1 | Richard Kreuter | 2011-06-23 | 1 | -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 Kreuter | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | RH initscript "status" action: exit non-zero if mongod isn't there. SERVER-1895 | Richard Kreuter | 2010-11-02 | 1 | -0/+1 |
| | |||||
* | Aesthetic change to old RedHat sysv init script. | Richard Kreuter | 2010-06-01 | 1 | -2/+4 |
| | |||||
* | Fix typo in rpm init script. SERVER-575 | Richard Kreuter | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Improve RPM packaging, init scripts. SERVER-575, SERVER-576. | Richard Kreuter | 2010-03-16 | 1 | -18/+27 |
| | |||||
* | initial stab at rpm files SERVER-396 | Eliot Horowitz | 2009-12-03 | 1 | -0/+63 |