You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a use case where I need two tmux servers. I would start the second server by tmux -L CentOs7 new -s myjob. The issue I'm having is that the second server tries to restore the first server's session which is NOT what I want. Is there a way to have multiple servers with their separate save/restore?