From 8db7e15ad0231638615ab2d4e003b0682eb95532 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 26 Apr 2017 10:39:44 -0400 Subject: [PATCH] Add nginx to server start and switch back to first tmux win --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f6fc9e2896..00c54e7fc4 100644 --- a/Makefile +++ b/Makefile @@ -368,10 +368,12 @@ server_noattach: tmux select-window -t tower:1 tmux rename-window 'WebSockets' tmux split-window -h 'exec make runworker' + tmux split-window -v 'exec make nginx' tmux new-window 'exec make receiver' tmux select-window -t tower:2 tmux rename-window 'Extra Services' tmux split-window -h 'exec make factcacher' + tmux select-window -t tower:0 server: server_noattach tmux -2 attach-session -t tower