From 149763d825412084a4b3ed98feed6600cb1d0982 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 4 Sep 2014 16:43:09 -0700 Subject: [PATCH] screen/girocco: add screen title hint to sample Set the environment variable SCREENPRESERVETITLE to 1 in the screens spawned to run jobd and taskd as a hint to any shell scripts that they should not disturb the title that's been assigned to these screens. --- screen/girocco | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screen/girocco b/screen/girocco index 425f0ce..30ae84b 100644 --- a/screen/girocco +++ b/screen/girocco @@ -15,8 +15,10 @@ autodetach on multiuser on sessionname admins +setenv SCREENPRESERVETITLE 1 screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell +unsetenv SCREENPRESERVETITLE screen select 0 -- 2.11.4.GIT