5 lines
219 B
Bash
5 lines
219 B
Bash
#!/bin/sh
|
|
cmd="${1:-status}"
|
|
set -ex
|
|
systemctl $cmd asterisk osmo-bsc osmo-hlr osmo-mgw-for-bsc osmo-mgw-for-msc osmo-pcu osmo-sip-connector osmo-upf osmo-ggsn osmo-hnbgw osmo-mgw-for-hnbgw osmo-msc osmo-sgsn osmo-stp
|