source: trunk/examples/pxeconfigd.xinetd.in @ 120

Last change on this file since 120 was 116, checked in by bas, 16 years ago

configure.in:

  • Added examples/pxeconfigd.xinetd.in
  • Now we generate pxeconfigd.xinetd with the right prefix. So we can still use it for our debian package
File size: 193 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          = @prefix@/sbin/pxeconfigd
10        server_args     = -d /tftpboot/pxelinux.cfg
11}
Note: See TracBrowser for help on using the repository browser.