1 # DO NOT EDIT - This file is being maintained by Chef
4 Description=<%= @description %>
6 After=<%= Array(@after).join(" ") %>
9 Wants=<%= Array(@wants).join(" ") %>
14 <% if @limit_nofile -%>
15 LimitNOFILE=<%= @limit_nofile %>
17 <% @environment.each do |name,value| -%>
18 Environment="<%= name %>=<%= value %>"
20 <% if @environment_file -%>
21 EnvironmentFile=<%= @environment_file %>
29 <% if @exec_start_pre -%>
30 ExecStartPre=<%= @exec_start_pre %>
32 ExecStart=<%= @exec_start %>
33 <% if @exec_start_post -%>
34 ExecStartPost=<%= @exec_start_post %>
37 ExecStop=<%= @exec_stop %>
39 <% if @exec_reload -%>
40 ExecReload=<%= @exec_reload %>
42 <% if @standard_input -%>
43 StandardInput=<%= @standard_input %>
45 <% if @standard_output -%>
46 StandardOutput=<%= @standard_output %>
48 <% if @standard_error -%>
49 StandardError=<%= @standard_error %>
51 <% if @private_tmp -%>
52 PrivateTmp=<%= @private_tmp %>
54 <% if @private_devices -%>
55 PrivateDevices=<%= @private_devices %>
57 <% if @private_network -%>
58 PrivateNetwork=<%= @private_network %>
60 <% if @protect_system -%>
61 ProtectSystem=<%= @protect_system %>
63 <% if @protect_home -%>
64 ProtectHome=<%= @protect_home %>
67 Restart=<%= @restart %>
69 <% if @timeout_sec -%>
70 TimeoutSec=<%= @timeout_sec %>
73 PIDFile=<%= @pid_file %>
77 WantedBy=multi-user.target