diff options
author | Derick Rethans <github@derickrethans.nl> | 2017-06-27 15:19:26 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2017-06-29 16:40:48 +0200 |
commit | f0110e2682e3a787df062ee3feb7637add694978 (patch) | |
tree | e61e67a311bb8aef5c774381acf0e57252e33efc /rpm/mongod.conf | |
parent | b9be45f58636244600b992930abe6791c115cfa0 (diff) | |
download | mongo-f0110e2682e3a787df062ee3feb7637add694978.tar.gz |
SERVER-29822 update linux packages to add /usr/share/zoneinfo as timeZoneInfo default, and add dependency on tzdata package
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r-- | rpm/mongod.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index f67ffce4fbb..6dae8b54615 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -22,6 +22,7 @@ storage: processManagement: fork: true # fork and run in background pidFilePath: /var/run/mongodb/mongod.pid # location of pidfile + timeZoneInfo: /usr/share/zoneinfo # network interfaces net: |