#pre-start filter now instead of waiting for first user since squid / squidGuard is so slow to start  in 2017
echo path is $PATH
echo 
echo GX_FILTER_ENABLE is $GX_FILTER_ENABLE
echo GX_FILTER_PROFILE is $GX_FILTER_PROFILE
echo

if [ "$GX_FILTER_ENABLE" = "true" ] ; then
	groovix-filter-on

else
	#groovix-filter-off
	true
	
fi
