mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
|
|
chown -R opensips:opensips /var/run/opensips
|
|
chgrp opensips /etc/opensips/opensips.cfg
|
|
exit 0
|