summaryrefslogtreecommitdiff
path: root/debian/mongod.upstart
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42964 Fix wrong ulimit recommended settings docs link in init and ↵Daniel Hatcher2019-08-261-1/+1
| | | | | | | | service files Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* SERVER-30853 Add missing hard limit to memlockMathew Robinson2017-09-291-1/+1
|
* SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson2017-09-131-0/+1
|
* SERVER-18749 Fix inconsistent directory name in upstart configErnie Hershey2015-08-261-2/+2
|
* SERVER-19509 Update Upstart nproc ulimit to match recommendationsErnie Hershey2015-08-191-1/+1
|
* SERVER-18581 Start process with group=mongodb in .deb packagesErnie Hershey2015-08-181-1/+2
|
* SERVER-10190 Upstart conf: use pidfile, not 'ps'Nick Stenning2014-06-301-0/+5
| | | | | | | | | | | | The default upstart config installed with MongoDB doesn't provide the `--pidfile` or `--make-pidfile` options to `start-stop-daemon`, which means it determines whether or not MongoDB is running by inspecting the process table to see if there are any instances of "mongod" running. This is a pretty crude mechanism, and we can make it substantially more reliable (not susceptible to mongod instances running inside LXC containers or similar) by simply getting start-stop-daemon to write a pidfile.
* SERVER-10190 reformat start-stop-daemon command line with newlinesBenety Goh2014-06-301-1/+3
|
* SERVER-9985 Adjust pre-script mkdir commands in upstart configErnie Hershey2014-06-051-9/+6
|
* SERVER-9985: chown dirs created by upstart's pre-start stanzaIdan Kamara2014-06-051-2/+9
| | | | | | Usually these are created by the the post-install script that runs after installing the package, but if those were rm'ed later on and then created by this script, their permission would be most likely set to root, causing mongod to fail starting. Signed-off-by: Ernie Hershey <ernie.hershey@mongodb.com>
* SERVER-7268 Add numactl to upstart scriptErnie Hershey2014-03-101-1/+21
| | | | | | This is almost identical to the numactl logic in our Debian init script and similar to the logic in the RPM init script.
* SERVER-10931 set ulimits in init scripts to match documentationErnie Hershey2013-11-191-1/+9
| | | | | | This sets resource limits across all Linux packages to match our recommended settings - http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
* SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and serviceErnie Hershey2013-10-041-0/+19