Skip to content

Commit

Permalink
autostart do supervisord na estrutura buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
britodfbr committed Nov 9, 2013
1 parent 965a982 commit 1f10bb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions autostart.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[buildout]
parts +=
autostart


[autostart]
recipe = z3c.recipe.usercrontab
times = @reboot
command = ${buildout:directory}/bin/supervisord

0 comments on commit 1f10bb1

Please sign in to comment.