Parent Directory
|
Revision Log
fix variable name
1 | misc | 2676 | service <%= name %> |
2 | { | ||
3 | disable = no | ||
4 | type = UNLISTED | ||
5 | boklm | 2834 | <%- if proto == 'tcp' -%> |
6 | misc | 2676 | socket_type = stream |
7 | <%- else -%> | ||
8 | socket_type = dgram | ||
9 | <%- end -%> | ||
10 | boklm | 2833 | protocol = <%= proto %> |
11 | misc | 2676 | user = nobody |
12 | wait = no | ||
13 | redirect = <%= target_ip %> <%= target_port %> | ||
14 | port = <%= port %> | ||
15 | } | ||
16 |
ViewVC Help | |
Powered by ViewVC 1.1.28 |