Not sure what you mean by the sandbox effect. If you mean "isolated assembly": yes, this is what is being built. Although it can use the cache directory for each user, if you said it in your own ~/.buildout/default.cfg. If you want a really strict sandbox on your production server, you will have to disable it.
, . - ; cron ; 8080 .
: a deploy.cfg . buildout.cfg . , buildout.cfg. - :
[buildout]
extends = buildout.cfg
parts +=
startup-cronjob
[instance]
http-address = 13080
debug-mode = off
verbose-security = off
[startup-cronjob]
recipe = z3c.recipe.usercrontab
times = @reboot
command = ${buildout:directory}/bin/supervisord
- !