diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2018-03-09 14:36:01 -0500 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2018-03-09 14:36:01 -0500 |
commit | 2d435a4c608bd04163d1010493902f8985f2834c (patch) | |
tree | c810ef8751ee5c29b047567e49a6b77b19b0104c /debian | |
parent | 98eb87fdad21bbf1afa18bf887b30e2ac781314b (diff) | |
download | mongo-2d435a4c608bd04163d1010493902f8985f2834c.tar.gz |
SERVER-33731 Improve server's systemd description
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongod.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongod.service b/debian/mongod.service index e1923513721..27f42c9d27d 100644 --- a/debian/mongod.service +++ b/debian/mongod.service @@ -1,5 +1,5 @@ [Unit] -Description=High-performance, schema-free document-oriented database +Description=MongoDB Database Server After=network.target Documentation=https://docs.mongodb.org/manual |