DCD-431: Fix incorrect service start-up target and make configurable.

This commit is contained in:
Steve Smith
2019-11-04 11:14:11 +11:00
parent 80be97a4da
commit 0b129bce1d
2 changed files with 3 additions and 2 deletions

View File

@@ -14,5 +14,6 @@ atl_startup_exec_path: "{{ atl_product_installation_current }}/{{ atl_startup_sc
atl_startup_exec_options: ["-fg"] atl_startup_exec_options: ["-fg"]
atl_startup_systemd_params: [] atl_startup_systemd_params: []
atl_systemd_service_name: "{{ atl_product_edition }}.service" atl_systemd_service_name: "{{ atl_product_edition }}.service"
atl_systemd_service_target: "multi-user.target"

View File

@@ -15,4 +15,4 @@ ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{
Restart=on-failure Restart=on-failure
[Install] [Install]
WantedBy=multi-target.target WantedBy={{ atl_systemd_service_target }}