blob: 09bf91fabde7dcd732382ac414cd4484f99c3215 [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Remotely kills and stops the ONOS service on the specified node.
# -----------------------------------------------------------------------------
onos-kill "${1:-$OCI}" && onos-service "${1:-$OCI}" stop