@Override
 protected List<String> getCommandLine(Distribution distribution, MongodConfig config, File exe)
     throws IOException {
   return Mongod.enhanceCommandLinePlattformSpecific(
       distribution, Mongod.getCommandLine(getConfig(), exe, dbDir));
 }