chef typo
This commit is contained in:
parent
4976503c0f
commit
da58422036
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ config = YAML.load_file("/usr/local/app/diaspora/chef/cookbooks/common/files/def
|
||||||
config.each do |thin|
|
config.each do |thin|
|
||||||
id = thin["port"]
|
id = thin["port"]
|
||||||
#socket = "/tmp/thin_#{id}.sock"
|
#socket = "/tmp/thin_#{id}.sock"
|
||||||
dir = "/service/thin_#{port}"
|
dir = "/service/thin_#{id}"
|
||||||
flags = []
|
flags = []
|
||||||
flags << "-c /usr/local/app/diaspora" #directory to run from
|
flags << "-c /usr/local/app/diaspora" #directory to run from
|
||||||
flags << "-e production" #run in production mode
|
flags << "-e production" #run in production mode
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue