Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Some more supervisor paths
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Apr 20, 2012
1 parent 9ee3b62 commit 9ef61db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kokki/cookbooks/supervisor/recipes/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
action = "create")
Directory(env.config.supervisor.custom_config_path,
action = "create")
Directory(os.path.dirname(env.config.supervisor.pidfile),
action = "create")
Directory(os.path.dirname(env.config.supervisor.logfile),
action = "create")
if env.config.supervisor.config_path != "/etc/supervisord.conf":
Link("/etc/supervisord.conf",
to = env.config.supervisor.config_path)
Expand Down

0 comments on commit 9ef61db

Please sign in to comment.