mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
12 lines
274 B
Bash
Executable file
12 lines
274 B
Bash
Executable file
if [ 1 -ne $# ]
|
|
then
|
|
echo "You must specify argument : ./systemctl.sh {start|stop|force-stop|restart|force-reload|status}"
|
|
|
|
exit;
|
|
fi
|
|
|
|
systemctl $1 nextepc-mmed
|
|
systemctl $1 nextepc-sgwd
|
|
systemctl $1 nextepc-pgwd
|
|
systemctl $1 nextepc-hssd
|
|
systemctl $1 nextepc-pcrfd
|