source: trunk/examples/pxeconfigd.xinetd @ 186

Last change on this file since 186 was 186, checked in by bas, 14 years ago

Added mac address support for environments that have dynamic ip's. Depended on arp command

File size: 195 bytes
Line 
1service pxeconfigd
2{
3        disable         = no
4        socket_type     = stream
5        protocol        = tcp
6        user            = root
7        group           = sys
8        wait            = no
9        server          = /usr/local/sbin/pxeconfigd
10        server_args     = -d /tftpboot/pxelinux.cfg
11}
Note: See TracBrowser for help on using the repository browser.