<% if @group -%>
Group=<%= @group %>
<% end -%>
+<% if @working_directory -%>
+WorkingDirectory=<%= @working_directory %>
+<% end -%>
<% if @exec_start_pre -%>
ExecStartPre=<%= @exec_start_pre %>
<% end -%>
<% if @protect_home -%>
ProtectHome=<%= @protect_home %>
<% end -%>
+<% if @no_new_privileges -%>
+NoNewPrivileges=<%= @no_new_privileges %>
+<% end -%>
+<% if @success_exit_status -%>
+SuccessExitStatus=<%= Array(@success_exit_status).join(" ") %>
+<% end -%>
<% if @restart -%>
Restart=<%= @restart %>
<% end -%>