Thomas Vachuska | cbba052 | 2014-12-03 19:03:31 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # Remotely kills and stops the ONOS service on the specified node. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | |||||
6 | onos-kill "${1:-$OCI}" && onos-service "${1:-$OCI}" stop |