no longer needed
authorTony Mack <tmack@cs.princeton.edu>
Tue, 9 Jun 2009 22:04:26 +0000 (22:04 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 9 Jun 2009 22:04:26 +0000 (22:04 +0000)
geni/restart-plc.sh [deleted file]

diff --git a/geni/restart-plc.sh b/geni/restart-plc.sh
deleted file mode 100755 (executable)
index b33a381..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-for i in `ps aux |grep "python plc.py" | head -n3 |awk '{print $2}'` ; do
-        echo "killing $i"
-        kill $i
-done
-
-echo "Start Registry"
-python plc.py -r -d
-echo "Start Aggregate Manager"
-python plc.py -a -d
-echo "Start Slice Manager"
-python plc.py -s -d