Graceful shutdown

This commit is contained in:
jonnyboy
2013-01-23 22:33:58 +01:00
parent 6c23a6e41b
commit 98ccea4114
+2
View File
@@ -2,6 +2,8 @@
* tmux 1.6 or newer is needed to runs these scripts. This script relies on tmux reporting that the "Pane is dead". That is how the script knows that is nothing running in that pane and to restart it for another loop. Seeing "Pane is dead" is normal and expected.
* To exit the scripts without any worry of causing problems. Click into the Monitor pane, top left and Ctrl-c. This will stop the monitor script. When all of the other panes show dead, then it is ok to run Ctrl-a c and in new window run killall tmux.
* These scripts were written and tested on Ubuntu 12.10 where bash is located at /bin/bash. You may need to create a symlink or edit these scripts accordingly.
* Please backup your database first. Something like this should do it.