Author: toad Date: 2009-01-20 22:42:11 +0000 (Tue, 20 Jan 2009) New Revision: 25143
Modified: trunk/freenet/README Log: always on section Modified: trunk/freenet/README =================================================================== --- trunk/freenet/README 2009-01-20 22:41:28 UTC (rev 25142) +++ trunk/freenet/README 2009-01-20 22:42:11 UTC (rev 25143) @@ -10,6 +10,13 @@ - Freenet now uses 32kB fixed block sizes - Many more... +ALWAYS ON: +On OS/X and unix-based systems, Freenet will create a cron job to run Freenet +on startup. On Windows it creates a user for Freenet to run under, and a service +to start it. You should run Freenet as close to 24x7 as possible for good +performance. It is however possible to remove the cron job (with the remove cron +job script in bin/), or to remove the service (from the services panel in Control Panel). + LICENSING: Freenet is under the GPLv2 - see LICENSE.Freenet (we are trying to make this GPL 2 or later, but some code is arguably GPL 2 only). However, we use some @@ -18,8 +25,3 @@ to the FSF, modified BSD is compatible with GPL; we must include both licenses. -On OS/X and unix-based systems, Freenet will create a cron job to run Freenet -on startup. On Windows it creates a user for Freenet to run under, and a service -to start it. You should run Freenet as close to 24x7 as possible for good -performance. It is however possible to remove the cron job (with the remove cron -job script in bin/), or to remove the service (from the services panel in Control Panel). _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
