diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-07-27 17:27:16 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-07-27 17:27:16 +0100 |
| commit | 951e3f2982c21fb03bfeed07548aa5881209ef3d (patch) | |
| tree | c897bfbc4568d22612d9c90afe770569371699fe /packaging/debs | |
| parent | d9a155b8365f9b9a066978231facbab3d9b827c6 (diff) | |
| download | rabbitmq-server-git-951e3f2982c21fb03bfeed07548aa5881209ef3d.tar.gz | |
...and get the ownership right.
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/postinst | 1 |
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) |
