diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-08-05 08:42:01 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-08-05 15:36:46 -0400 |
commit | 18bff834e331f8a6a13aeec4c9cf94a9e9239d75 (patch) | |
tree | 796fa1b59f9aa4bac1c6cc8644796d9856f20920 /rpm | |
parent | b1285a2acb60cbf7c268cb5499fbf5d674d490b2 (diff) | |
download | mongo-18bff834e331f8a6a13aeec4c9cf94a9e9239d75.tar.gz |
SERVER-42603 Remove cyclic dependency in SystemD service files
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongod.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpm/mongod.service b/rpm/mongod.service index 9078c9cc382..f094fe96386 100644 --- a/rpm/mongod.service +++ b/rpm/mongod.service @@ -1,6 +1,5 @@ [Unit] Description=MongoDB Database Server -After=multi-user.target Documentation=https://docs.mongodb.org/manual [Service] |