From c5f921acced3165ffe25fcf039a4ec68ff9a289e Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 3 Apr 2020 13:21:09 -0700 Subject: [PATCH] screen/girocco: change window startup order Start the spare screen first (on screen 2) followed by the taskd.pl screen (on screen 1) followed by the jobd.pl screen (on screen 0). This way the jobd.pl screen will end up selected and taskd.pl will end up started before jobd.pl as it should be. Signed-off-by: Kyle J. McKay --- screen/girocco | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/screen/girocco b/screen/girocco index 5097d6c..436a808 100644 --- a/screen/girocco +++ b/screen/girocco @@ -15,13 +15,11 @@ autodetach on multiuser on sessionname admins +screen 2 setenv SCREENPRESERVETITLE 1 -screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell +screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell unsetenv SCREENPRESERVETITLE -screen -select 1 -select 0 # Set up the multiuser access permissions # This defaults to the giroccoacl file in this directory -- 2.11.4.GIT