simonwalz / screen-save

A tool to make screen sessions persistent = survive system reboot.
MIT License
26 stars 4 forks source link

Save all sessions #13

Open camlafit opened 4 months ago

camlafit commented 4 months ago

A solution to save all sessions

screen -ls is restricted to current user. /var/run/screen lists all actives session on serveur/desktop. Update scripts to retrieve informations (pid and user) from screen socket

solve #12