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