Reboot script
authorSapan Bhatia <gwsapan@gmail.com>
Tue, 19 Aug 2014 19:06:36 +0000 (15:06 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Tue, 19 Aug 2014 19:06:36 +0000 (15:06 -0400)
root-context/exec/reboot [new file with mode: 0755]

diff --git a/root-context/exec/reboot b/root-context/exec/reboot
new file mode 100755 (executable)
index 0000000..a65d052
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+vserver $1 stop
+vserver $1 start