screen/girocco: change window startup order
[girocco.git] / screen / girocco
blob436a8085be05ca411e978dcebe0c24bbdb1505b3
1 # See README
2 # If using the screenrc file with SCREENCOMMAND
3 # support this file can be run as part of the
4 # initial screen command like so:
5 #   SCREENCOMMAND='source girocco' screen
7 # or source this from a .screenrc file with:
8 #   source girocco
10 # or use the screen -X command like so:
11 #   screen -X 'source girocco'
13 # Avoid HUP problems
14 autodetach on
16 multiuser on
17 sessionname admins
18 screen 2
19 setenv SCREENPRESERVETITLE 1
20 screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell
21 screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell
22 unsetenv SCREENPRESERVETITLE
24 # Set up the multiuser access permissions
25 # This defaults to the giroccoacl file in this directory
26 # See README for further information about changing it
27 source @screen_acl_file@