mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add openntpd
This commit is contained in:
parent
e59771e7f9
commit
793df875fc
@ -117,8 +117,8 @@ if($_GET['mode'] == "stopservice" && $_GET['service']) {
|
||||
case 'miniupnpd':
|
||||
upnp_action('stop');
|
||||
break;
|
||||
case 'ntpd':
|
||||
killbyname("ntpd");
|
||||
case 'openntpd':
|
||||
killbyname("openntpd");
|
||||
break;
|
||||
case 'sshd':
|
||||
killbyname("sshd");
|
||||
@ -182,6 +182,11 @@ if(isset($config['dnsmasq']['enable'])) {
|
||||
unset($pconfig);
|
||||
}
|
||||
|
||||
$pconfig['name'] = "openntpd";
|
||||
$pconfig['description'] = "NTP clock sync";
|
||||
$services[] = $pconfig;
|
||||
unset($pconfig);
|
||||
|
||||
if(isset($config['captiveportal']['enable'])) {
|
||||
$pconfig['name'] = "lighttpd";
|
||||
$pconfig['description'] = "Captive Portal";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user