service <%= @name %> { disable = no type = UNLISTED <%- if proto == 'tcp' -%> socket_type = stream <%- else -%> socket_type = dgram <%- end -%> protocol = <%= @proto %> user = nobody wait = no redirect = <%= @target_ip %> <%= @target_port %> port = <%= @port %> }