source:
trunk/pxeconfig/pxeconfigd.xinetd
@
61
Last change on this file since 61 was 46, checked in by bas, 19 years ago | |
---|---|
File size: 176 bytes |
Rev | Line | |
---|---|---|
[46] | 1 | service pxeconfigd |
2 | { | |
3 | disable = no | |
4 | socket_type = stream | |
5 | protocol = tcp | |
6 | user = root | |
7 | group = sys | |
8 | wait = no | |
9 | server = /usr/sbin/pxeconfigd | |
10 | server_args = -d /tftpboot | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.