Add osmo stack script
This commit is contained in:
parent
f709539b0b
commit
e62004d62c
2 changed files with 12 additions and 0 deletions
7
modules/rhizo_base/files/stack
Normal file
7
modules/rhizo_base/files/stack
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue