mirroring: add support for hg+https? mirror source URLs
[girocco.git] / screen / girocco
blob425f0ce386838668d6c2ce1ebc435fe95a25866b
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 -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell
19 screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell
20 screen
21 select 0
23 # Set up the multiuser access permissions
24 # This defaults to the giroccoacl file in this directory
25 # See README for further information about changing it
26 source @screen_acl_file@