Add sip connector config and runit files

This commit is contained in:
Monocots 2019-08-17 10:50:19 +00:00
parent 5853dadea3
commit a794825a5c
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
LOG_FOLDER=/var/log/osmo-sip-connector
mkdir -p $LOG_FOLDER
exec svlogd -tt $LOG_FOLDER

View file

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg