mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
LOG_FOLDER=/var/log/ussd-proxy
|
|
mkdir -p $LOG_FOLDER
|
|
exec svlogd -tt $LOG_FOLDER
|