@Override
public void start() {
logger.info("Exec source starting with command:{}", command);
executor = Executors.newSingleThreadExecutor();
counterGroup = new CounterGroup();
ExecRunnable runner = new ExecRunnable();
runner.command = command;
runner.channelProcessor = getChannelProcessor();