Skip to content

Commit

Permalink
Fix RabbitMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Feb 27, 2013
1 parent fec99ec commit 44dd03f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/runit.json
Expand Up @@ -13,13 +13,15 @@
"services": {
"rabbitmq": {
"commands": {
"start": "rabbitmq-server"
"start": "/usr/lib/rabbitmq/bin/rabbitmq-server"
},
"options": {
"setuidgid": "rabbitmq:rabbitmq"
"setuidgid": "rabbitmq:rabbitmq",
"root": "/var/lib/rabbitmq"
}
"env": {
"rabbitmq_nodename": "protonet"
"rabbitmq_nodename": "protonet",
"home": "/var/lib/rabbitmq"
}
},
"apache2": {
Expand Down

0 comments on commit 44dd03f

Please sign in to comment.