Add osmo stack script

This commit is contained in:
Monocots 2022-11-18 23:21:57 +00:00
parent f709539b0b
commit e62004d62c
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
if [ "$1" == "" ] ; then
_cmd="status"
else
_cmd=$1
fi
systemctl $_cmd osmo-stp osmo-bsc osmo-msc osmo-hlr osmo-mgw osmo-mgw-msc osmo-sgsn osmo-sip-connector