summaryrefslogtreecommitdiff
path: root/rpm/mongod.service
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50866 SystemD unit should wait for network-online.targetRyan Egesdahl2020-09-291-1/+2
| | | | | | | | | | We were previously waiting for network.target, which does not actually mean the network interface will be up and have an IP address assigned. During some reboots, it's possible that mongod would start up before the network interface was fully online, and this caused startup failures if mongod was configured to listen on a specific IP address. Now we wait for network-online.target instead to ensure the IP address is available when mongod starts.
* SERVER-44974 Remove extra 'for' in rpm/mongod.serviceandf-mongodb2019-12-051-1/+1
| | | | | | Closes #1338 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
* 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-42603 Add After=network.target to service filesMathew Robinson2019-08-061-0/+1
|
* SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson2019-08-051-1/+0
|
* SERVER-36043 Start mongod after multi-user.targetMathew Robinson2018-08-081-1/+1
|
* SERVER-33146 Source /etc/sysconfig/mongod in service fileMathew Robinson2018-05-031-0/+1
|
* SERVER-33731 Improve server's systemd descriptionRamon Fernandez2018-03-091-1/+1
|
* SERVER-31225 Add Type=forking to systemd service filesMathew Robinson2017-11-301-0/+1
|
* SERVER-30853 Update Mongod init scripts to set unlimited locked memoryMathew Robinson2017-09-131-0/+2
|
* SERVER-27260 don't use --quiet in service filesKevin Pulo2017-06-071-1/+1
|
* SERVER-29040 Remove deprecated argument in rpm systemd service fileBrian Samek2017-05-021-1/+1
|
* SERVER-27241 Create runtime directory on service startBrian Samek2016-12-071-0/+4
|
* SERVER-27061 Fix RPM systemd comment syntaxBrian Samek2016-11-161-6/+12
|
* SERVER-25368: add native systemd support for rhel7 and suse12Sam Kleinman2016-10-251-1/+12
|
* SERVER-7285 Add mongod.service file for LinuxMike MacCana2014-08-111-0/+12
Add a systemd .service file. This is used in place of System V init scripts on most current Linux distributions. Closes #740 Signed-off-by: Benety Goh <benety@mongodb.com>