Linux screen multiple applications startup
Screen is one of the most helpful applications you’ll ever use.
This post will show the configuration I personally use and how to startup multiple applications on boot.
Here’s how my config looks like running irssi:
Configuration
The configuration being used:
Startup
After configuring your own .screenrc
just add on /etc/rc.local
the following:
All done, next time there is a system reboot, screen will start with two applications running in the chosen user space.
Leave a comment