File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717# Bootstrap the monitoring windows when the session does not already exist.
1818tmux new-session -d -s " $SESSION_NAME " -n " btop" -c " $ROOT_DIR " " btop"
19- tmux new-window -t " ${SESSION_NAME} " :2 -n " docs-log" -c " $HOME " " tail -F $HOME /docs_generation.log"
20- tmux new-window -t " ${SESSION_NAME} " :3 -n " puma-hook" -c " $ROOT_DIR " " sudo journalctl -u rails-master-hook_puma_production -f"
21- tmux new-window -t " ${SESSION_NAME} " :4 -n " hook-script" -c " $ROOT_DIR " " sudo journalctl -t rails-master-hook -f"
22- tmux new-window -t " ${SESSION_NAME} " :5 -n " puma-error" -c " $HOME " " tail -F $HOME /rails-contributors/current/log/puma_error.log"
23- tmux new-window -t " ${SESSION_NAME} " :6 -n " puma-access" -c " $HOME " " tail -F $HOME /rails-contributors/current/log/puma_access.log"
19+ tmux new-window -t " ${SESSION_NAME} " :1 -n " docs-log" -c " $HOME " " tail -F $HOME /docs_generation.log"
20+ tmux new-window -t " ${SESSION_NAME} " :2 -n " puma-hook" -c " $ROOT_DIR " " sudo journalctl -u rails-master-hook_puma_production -f"
21+ tmux new-window -t " ${SESSION_NAME} " :3 -n " hook-script" -c " $ROOT_DIR " " sudo journalctl -t rails-master-hook -f"
22+ tmux new-window -t " ${SESSION_NAME} " :4 -n " puma-error" -c " $HOME " " tail -F $HOME /rails-contributors/current/log/puma_error.log"
23+ tmux new-window -t " ${SESSION_NAME} " :5 -n " puma-access" -c " $HOME " " tail -F $HOME /rails-contributors/current/log/puma_access.log"
2424
2525tmux select-window -t " ${SESSION_NAME} " :1
2626exec tmux attach -t " $SESSION_NAME "
You can’t perform that action at this time.
0 commit comments