From: Ben Pfaff Date: Tue, 4 Nov 2008 17:34:26 +0000 (-0800) Subject: In reboot script, send SIGUSR1 to ofp-switchmon to make it display "Rebooting". X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a660f93e18f80ebaae47533360ea5bb556335eba;p=sliver-openvswitch.git In reboot script, send SIGUSR1 to ofp-switchmon to make it display "Rebooting". --- diff --git a/secchan/commands/reboot b/secchan/commands/reboot index 8fc9314bd..ba21db9fc 100755 --- a/secchan/commands/reboot +++ b/secchan/commands/reboot @@ -1,2 +1,3 @@ #! /bin/sh +ofp-kill --force --signal=USR1 ofp-switchmon.pid reboot