Commit 8016f2d1 authored by Franco Fichtner's avatar Franco Fichtner

shortcuts: services must stay in here for restart to work

It's not very logical, but we'll be back refactoring this anyway...
parent 25850ae7
......@@ -148,6 +148,15 @@ $shortcuts['ipsec']['service'] = "ipsec";
$shortcuts['openvpn'] = array();
$shortcuts['openvpn']['service'] = "openvpn";
$shortcuts['forwarder'] = array();
$shortcuts['forwarder']['service'] = 'dnsmasq';
$shortcuts['resolver'] = array();
$shortcuts['resolver']['service'] = 'unbound';
$shortcuts['ntp'] = array();
$shortcuts['ntp']['service'] = 'ntpd';
$shortcuts['firewall'] = array();
$shortcuts['firewall']['main'] = "firewall_rules.php";
$shortcuts['firewall']['log'] = "diag_logs_filter.php";
......@@ -169,9 +178,6 @@ $shortcuts['gateway-groups']['main'] = "system_gateway_groups.php";
$shortcuts['gateway-groups']['log'] = "diag_logs_gateways.php";
$shortcuts['gateway-groups']['status'] = "status_gateway_groups.php";
$shortcuts['ntp'] = array();
$shortcuts['ntp']['service'] = "ntpd"; /* really, hook it all up through some weird hint? */
$shortcuts['pppoes'] = array();
$shortcuts['pppoes']['main'] = "vpn_pppoe.php";
$shortcuts['pppoes']['log'] = "diag_logs_vpn.php?vpntype=poes";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment