mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add note about setenv in the service file.
This commit is contained in:
@@ -6,8 +6,10 @@ After=network-online.target
|
||||
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 }}"
|
||||
|
||||
ExecStart={{ atl_product_installation_target }}/bin/start-jira.sh -fg
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user