What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

how to make proxy.pac file stay on reboot

Txdk

Regular Contributor
as the topic says how to make it stay in the /www/ect folder even after a reboot, as it is now one needs to move it to that folder after each reboot ether with at script or manual.
and i would like to minimize the writing to the onbord flash.
does a lot of rebooting when testing scripts and so on
 
as the topic says how to make it stay in the /www/ect folder even after a reboot, as it is now one needs to move it to that folder after each reboot ether with at script or manual.
and i would like to minimize the writing to the onbord flash.
does a lot of rebooting when testing scripts and so on

Just have the pac file stored in JFFS, and use an init-start script to copy it back to /www at boot time. That folder resides in RAM, so there is no problem in rewriting it on every reboot.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top