summaryrefslogtreecommitdiff
path: root/debian/init.d
AgeCommit message (Collapse)Author
2022-11-29SERVER-71449 log_successs_msg: not foundAbdulrahmanKanaan
when using service status command fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error spelling mistake "log_successs_msg" to "log_success_msg" Closes https://github.com/mongodb/mongo/pull/1500 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-10-15SERVER-70121 SERVER-70083 Fix basic package testsRyan Egesdahl
2022-09-23SERVER-67793 Change log_progress_msg to show output in Ubuntuxudyang1
`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives. Closes https://github.com/mongodb/mongo/pull/1474 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2019-08-26SERVER-42964 Fix wrong ulimit recommended settings docs link in init and ↵Daniel Hatcher
service files Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2017-09-13SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson
2016-02-09SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman
2015-08-18SERVER-18581 Start process with group=mongodb in .deb packagesErnie Hershey
2015-03-30SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey
2014-02-19SERVER-12346 Detect dash for ulimit parameter in .deb init scriptErnie Hershey
2013-12-20SERVER-11765 Create stable packaging filesErnie Hershey
These are all based on equivalent "-unstable" files that have been used for 2.5 packages. The only differences are removing "-unstable" from package, directory, and file names, and replacing normal packages in conflicts with unstable packages.
2013-11-19SERVER-10931 set ulimits in init scripts to match documentationErnie Hershey
This sets resource limits across all Linux packages to match our recommended settings - http://docs.mongodb.org/manual/reference/ulimit/#recommended-settings
2013-11-01Fixed debian/init.d typo introduced by SERVER-10871shunwen
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2013-10-04SERVER-10871 Change 'mongodb' to 'mongo' to mean the mongod process and serviceErnie Hershey
2013-09-25SERVER-3579 Change file paths to consistent formatErnie Hershey
2013-07-31SERVER-6008 move '--' out of DAEMON_OPTS rvalueErnie Hershey
2013-07-31SERVER-6008 put the logic for DAEMON_OPTS= and -- into the "if which numactl"Aricg
I hope this is correct, I have signed the contributor's agreement. Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
2013-03-01SERVER-8674 Update hyperlinks to point to dochubJason Rassi
2012-08-02SERVER-1654 modifies Debian startup scriptMike Fiedler
2012-02-28SERVER-3574 updating init scripts for numaMike Fiedler
2011-03-17Wait 300s for server shutdown in deb initscripts. SERVER-2041, maybe.Richard Kreuter
Re: SERVER-2041, I can't reproduce the behavior the user reports, but it could be a timing issue where the running mongod hasn't finished shutting down before the next mongod tries to start.
2010-03-09Make ENABLE_MONGODB's default default be yes on sysvinit systems. SERVER-709Richard Kreuter
2010-03-08Support an ENABLE_MONGODB knob in /etc/default on Debianoids. SERVER-709Richard Kreuter
2010-02-09Use mongodb.conf in the Debianoid SysV init script, too MINORRichard Kreuter
2010-02-03Prune more needless code from the debian init script. SERVER-591. MINORRichard Kreuter
2010-02-01Address issues in SERVER-591. MINORRichard Kreuter
2009-10-17USR1 instead of hup SERVER-368Eliot Horowitz
2009-08-31use --logfileEliot Horowitz
2009-07-07better init.d MINORkristina
2009-05-27debian buildkristina