if [[ $(hostname  | grep front | wc -l)  -eq 1 ]]; then
   if [ "$(cat /etc/yandex/environment.type)" == 'testing' ] ; then 
DAEMON_CONF="/tmp/config-push-client-kp-local-aggregate.yaml /tmp/config-push-client-kp-local.yaml /tmp/config-push-client-kp-local2.yaml  /etc/yandex/statbox-push-client/logbroker-pre-push-client.yaml /etc/yandex/statbox-push-client/larix-push-client.yaml"
   else
DAEMON_CONF="/tmp/config-push-client-kp-local-aggregate.yaml /tmp/config-push-client-kp-local.yaml /tmp/config-push-client-kp-local2.yaml  /etc/yandex/statbox-push-client/logbroker-push-client.yaml /etc/yandex/statbox-push-client/larix-push-client.yaml"
   fi
else
DAEMON_CONF="/tmp/config-push-client-kp-local-aggregate.yaml /tmp/config-push-client-kp-local.yaml /tmp/config-push-client-kp-local2.yaml"
fi
/usr/local/sbin/config-push-client-kp-local.sh
