summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-07-27 17:27:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-07-27 17:27:16 +0100
commit951e3f2982c21fb03bfeed07548aa5881209ef3d (patch)
treec897bfbc4568d22612d9c90afe770569371699fe /packaging/debs
parentd9a155b8365f9b9a066978231facbab3d9b827c6 (diff)
downloadrabbitmq-server-git-951e3f2982c21fb03bfeed07548aa5881209ef3d.tar.gz
...and get the ownership right.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/debian/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst
index b11340ef8a..ca531f14c6 100644
--- a/packaging/debs/Debian/debian/postinst
+++ b/packaging/debs/Debian/debian/postinst
@@ -32,6 +32,7 @@ fi
chown -R rabbitmq:rabbitmq /var/lib/rabbitmq
chown -R rabbitmq:rabbitmq /var/log/rabbitmq
+chown -R rabbitmq:rabbitmq /var/run/rabbitmq
case "$1" in
configure)