DCD-352: Run the Synchrony process with working directory of the Confluence log dir so it dumps logs there.

This commit is contained in:
Steve Smith
2019-05-28 14:30:35 +10:00
parent e76db92ee5
commit 0a13674443
2 changed files with 2 additions and 2 deletions

View File

@@ -25,4 +25,4 @@ ATL_SYNCHRONY_JVM_PROPERTIES="{{ atl_synchrony_stack_space }} {{ atl_synchrony_m
-Dcluster.join.type={{ atl_synchrony_cluster_type }} \
-Dcluster.join.aws.tag.key={{ atl_hazelcast_network_aws_tag_key }} \
-Dcluster.join.aws.tag.value={{ atl_hazelcast_network_aws_tag_value }} \
-Dcluster.join.aws.region={{ atl_hazelcast_network_aws_iam_region }}
-Dcluster.join.aws.region={{ atl_hazelcast_network_aws_iam_region }}"

View File

@@ -8,7 +8,7 @@ Group={{ atl_product_user }}
EnvironmentFile=/etc/atl
EnvironmentFile=/etc/atl.synchrony
WorkingDirectory={{ atl_product_installation_current }}/logs/
ExecStart={{ atl_installation_base }}/bin/start-synchrony
Restart=on-failure