3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
exec /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg
|