Commit 9e867628 authored by Franco Fichtner's avatar Franco Fichtner

Merge pull request #782 from fraenki/fix_relayd_startup

fix relayd startup/restart (ref #780)
parents 1eb5dae7 4a8d192b
......@@ -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