Commit 4a8d192b authored by Frank Wall's avatar Frank Wall

fix relayd startup/restart (ref #780)

parent 1eb5dae7
......@@ -119,6 +119,7 @@ function service_control_start($name, $extras) {
break;
case 'relayd':
relayd_configure();
filter_configure();
break;
case 'squid':
configd_run("proxy start");
......@@ -269,6 +270,7 @@ function service_control_restart($name, $extras) {
break;
case 'relayd':
relayd_configure(true);
filter_configure();
break;
case 'squid':
configd_run("proxy restart");
......
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