open5gs/support/systemd/systemctl.sh
Sukchan Lee 2f43079fc6 update pgw.postinstall
introduce systemctl.sh
2017-11-01 01:11:55 +00:00

13 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