Commit 49f799d9 authored by Frank Wall's avatar Frank Wall Committed by Franco Fichtner

fix relayd startup/restart (ref #780)

(cherry picked from commit 4a8d192b)
parent 571cb627
......@@ -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