Skip to content
Snippets Groups Projects
Commit 75056b92 authored by Luis Contreras's avatar Luis Contreras
Browse files

Testing quotas

parent dc53b611
No related branches found
No related tags found
1 merge request!4Resolve INFRA-8704
Pipeline #173445 passed
......@@ -8,7 +8,7 @@ WorkingDirectory=/opt/jmasar
Environment='EPICS_CA_ADDR_LIST={{ jmasar_epics_ca_addr_list }}'
Environment=EPICS_CA_AUTO_ADDR_LIST={{ jmasar_epics_ca_auto_addr_list }}
{% if jmasar_graylog_host %}
ExecStart={{ java_openjdk_bin }} -DGRAYLOG_HOST={{ jmasar_graylog_host }} -DGRAYLOG_PORT={{ jmasar_graylog_port }} {% for x in (jmasar_env | dict2items) %}-D{{ x.key }}='{{ x.value }}' {% endfor %}-jar jmasar-service.jar
ExecStart={{ java_openjdk_bin }} -DGRAYLOG_HOST={{ jmasar_graylog_host }} -DGRAYLOG_PORT={{ jmasar_graylog_port }} {% for x in (jmasar_env | dict2items) %}-D{{ x.key }}={{ x.value }} {% endfor %}-jar jmasar-service.jar
{% else %}
ExecStart={{ java_openjdk_bin }} -jar jmasar-service.jar
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment