mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
19 lines
389 B
Django/Jinja
19 lines
389 B
Django/Jinja
[Unit]
|
|
Description=Atlassian {{ atl_product_edition }}
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User={{ atl_product_user }}
|
|
Group={{ atl_product_user }}
|
|
|
|
{% for p in atl_startup_systemd_params -%}
|
|
{{ p }}
|
|
{% endfor %}
|
|
|
|
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %}
|
|
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy={{ atl_systemd_service_target }}
|