diag_logs_dhcp.php 230 Bytes
Newer Older
Ad Schellevis's avatar
Ad Schellevis committed
1
<?php
2

3 4
$logfile = '/var/log/dhcpd.log';
$logclog = true;
Ad Schellevis's avatar
Ad Schellevis committed
5

6 7 8
function clear_hook()
{
	killbyname('dhcpd');
Ad Schellevis's avatar
Ad Schellevis committed
9 10 11
	services_dhcpd_configure();
}

12
require_once 'services.inc';
13
$service_hook = 'dhcpd';
14

15
require_once 'diag_logs_template.inc';