sonic-buildimage/platform/marvell/docker-syncd-mrvl/syncd.sh
Vitaly.Vovnoboy 9c5988fa7c Add Marvell platform (#765)
* Adding Marvell platform.
2017-08-19 01:57:36 -07:00

13 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
function clean_up {
service syncd stop
exit
}
trap clean_up SIGTERM SIGKILL
service syncd start
read