1 # DO NOT EDIT - This file is being maintained by Chef
4 Description=<%= @description %>
6 After=<%= Array(@after).join(" ") %>
11 <% if @limit_nofile -%>
12 LimitNOFILE=<%= @limit_nofile %>
14 <% @environment.each do |name,value| -%>
15 Environment="<%= name %>=<%= value %>"
17 <% if @environment_file -%>
18 EnvironmentFile=<%= @environment_file %>
26 <% if @exec_start_pre -%>
27 ExecStartPre=<%= @exec_start_pre %>
29 ExecStart=<%= @exec_start %>
30 <% if @exec_start_post -%>
31 ExecStartPost=<%= @exec_start_post %>
34 ExecStop=<%= @exec_stop %>
36 <% if @exec_reload -%>
37 ExecReload=<%= @exec_reload %>
40 Restart=<%= @restart %>
42 <% if @timeout_sec -%>
43 TimeoutSec=<%= @timeout_sec %>
46 PIDFile=<%= @pid_file %>
50 WantedBy=multi-user.target