ITPLAT-518 modify unit file for bbdc to not start foreground

This commit is contained in:
Brett Meehan
2021-03-03 13:59:43 +11:00
parent 897dd60094
commit 561ca14058
2 changed files with 18 additions and 2 deletions

View File

@@ -10,9 +10,16 @@ atl_startup_script_map:
stash: "bin/start-bitbucket.sh"
crowd: "start_crowd.sh"
atl_stop_script_map:
jira: "bin/stop-jira.sh"
confluence: "bin/stop-confluence.sh"
stash: "bin/stop-bitbucket.sh"
crowd: "stop_crowd.sh"
atl_startup_exec_path: "{{ atl_product_installation_current }}/{{ atl_startup_script_map[atl_product_family] }}"
atl_startup_exec_options: ["-fg"]
atl_startup_systemd_params: []
atl_stop_exec_path: "{{ atl_product_installation_current }}/{{ atl_stop_script_map[atl_product_family] }}"
atl_systemd_service_dir_map:
amazon: "/usr/lib/systemd/system"