mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Fix format of service env vars.
This commit is contained in:
@@ -7,8 +7,8 @@ User={{ atl_product_user }}
|
||||
Group={{ atl_product_user }}
|
||||
|
||||
# NOTE: Additional environment vars are set in {{ atl_product_installation_target }}/bin/setenv.sh
|
||||
Environment=JIRA_HOME="{{ atl_product_home }}"
|
||||
Environment=CATALINA_OPTS="{{ atl_catalina_opts }} {{ atl_catalina_opts_extra }}"
|
||||
Environment="JIRA_HOME={{ atl_product_home }}"
|
||||
Environment="CATALINA_OPTS={{ atl_catalina_opts }} {{ atl_catalina_opts_extra }}"
|
||||
|
||||
ExecStart={{ atl_product_installation_target }}/bin/start-jira.sh -fg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user