I start up a screen session detached on boot, and I would like to have
regions defined and persisted through every attach and detachment.  

I call the initial session with an init.d script calling:
su <username> -c "screen -S miner -c /opt/phoenix/.screenrc-miner

my .screenrc-miner file needs to start up a window calling screen:

screen screen -c /opt/phoenix/.screenrc-split

that screen instance then starts up all my processing in a split screen. 
Then I could detach the main screen and not lose my layout.

Problem is, my .screenrc-miner file doesn't work.  Is there something
special I need to do to call screen from a screenrc file?
-- 
View this message in context: 
http://old.nabble.com/execute-screen-from-.screenrc-tp32070683p32070683.html
Sent from the Gnu - Screen mailing list archive at Nabble.com.


_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to