diff options
Diffstat (limited to 'testing/opensips/opensips.post-install')
-rw-r--r-- | testing/opensips/opensips.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/opensips/opensips.post-install b/testing/opensips/opensips.post-install new file mode 100644 index 0000000000..eb9d86d98b --- /dev/null +++ b/testing/opensips/opensips.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +chown -R opensips:opensips /var/run/opensips +chgrp opensips /etc/opensips/opensips.cfg +exit 0 |