Removed crowd_startup_exec_path

This commit is contained in:
Azra Sulthana
2019-07-12 04:29:47 +00:00
parent 65cb5f66f5
commit 1c46b3cca4
3 changed files with 1 additions and 34 deletions

View File

@@ -1,19 +0,0 @@
[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={{ crowd_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %}
Restart=on-failure
[Install]
WantedBy=multi-target.target