mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
14 lines
317 B
Django/Jinja
14 lines
317 B
Django/Jinja
[Unit]
|
|
Description=Atlassian {{ atl_product_edition }}
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User={{ atl_product_user }}
|
|
Group={{ atl_product_user }}
|
|
|
|
ExecStart={{ atl_product_installation_current }}/bin/{{ atl_startup_script_map[atl_product_family] }} -fg
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-target.target
|