diff options
Diffstat (limited to 'testing/prosody/prosody.post-install')
-rw-r--r-- | testing/prosody/prosody.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/prosody/prosody.post-install b/testing/prosody/prosody.post-install new file mode 100644 index 0000000000..2f8f69cdd8 --- /dev/null +++ b/testing/prosody/prosody.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +chown prosody:prosody var/lib/prosody +chown prosody:prosody var/log/prosody +chown prosody:prosody var/run/prosody + |