diff --git a/autostart.cfg b/autostart.cfg new file mode 100644 index 0000000..dcac701 --- /dev/null +++ b/autostart.cfg @@ -0,0 +1,9 @@ +[buildout] +parts += + autostart + + +[autostart] +recipe = z3c.recipe.usercrontab +times = @reboot +command = ${buildout:directory}/bin/supervisord