blob: 09bf91fabde7dcd732382ac414cd4484f99c3215 [file] [log] [blame]
Thomas Vachuskacbba0522014-12-03 19:03:31 -08001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Remotely kills and stops the ONOS service on the specified node.
4# -----------------------------------------------------------------------------
5
6onos-kill "${1:-$OCI}" && onos-service "${1:-$OCI}" stop