GREP_ RUNNING_ SERVICES_ COMMAND

protected val GREP_RUNNING_SERVICES_COMMAND: String = " ps -ef | grep -E %s | grep -v grep | awk '{print $2}' | paste -sd ',' "

GREP_RUNNING_SERVICES_COMMAND the bash command used to retrieve all the running services on a host and format their pids as list comma separated