summaryrefslogtreecommitdiffstats
path: root/unstable/kamailio/kamailio.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'unstable/kamailio/kamailio.post-install')
-rw-r--r--unstable/kamailio/kamailio.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/unstable/kamailio/kamailio.post-install b/unstable/kamailio/kamailio.post-install
new file mode 100644
index 00000000..19fc932d
--- /dev/null
+++ b/unstable/kamailio/kamailio.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+chown -R kamailio:kamailio /var/run/kamailio
+chgrp kamailio /etc/kamailio/kamailio.cfg
+exit 0