mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:38:34 +08:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
name=<%= @name %>
|
|
priority=<%= @priority %>
|
|
section=main
|
|
|
|
<% @bin_cmds.each do |cmd| -%>jdk <%= cmd %> <%= @app_dir %>/bin/<%= cmd %>
|
|
<% end -%>
|