+# DO NOT EDIT - This file is being maintained by Chef
+
[Unit]
Description=<%= @description %>
<% if @after -%>
<% if @environment_file -%>
EnvironmentFile=<%= @environment_file %>
<% end -%>
+<% if @user -%>
+User=<%= @user %>
+<% end -%>
+<% if @group -%>
+Group=<%= @group %>
+<% end -%>
<% if @exec_start_pre -%>
ExecStartPre=<%= @exec_start_pre %>
<% end -%>
<% if @timeout_sec -%>
TimeoutSec=<%= @timeout_sec %>
<% end -%>
+<% if @pid_file -%>
+PIDFile=<%= @pid_file %>
+<% end -%>
[Install]
WantedBy=multi-user.target