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
The main reason for using tmux is because it allows for a detached session however using continuum with the systemd script seems to kill the server everytime an ssh connection is closed and start a new server with each new ssh login. continuum does reload everything but it kills whatever was running.
The problem is that this systemd service appears to get killed everytime the ssh session closes and a new tmux server is started. So it kills the whole idea of using tmux in the first place.
Is this by design? This has never worked for me. The docs are asking for help for Linux:
Linux
Help with this would be greatly appreciated. Please get in touch
Does anyone have this working properly?
The text was updated successfully, but these errors were encountered:
Is it possible that my issue is the same issue as: #73
I am quite confused and this has never worked for me after spending several days of trying to get it working. If someone with more understanding could clarify this would be greatly appreciated.
faethon
added a commit
to faethon/dotfiles
that referenced
this issue
Dec 2, 2023
The main reason for using tmux is because it allows for a detached session however using continuum with the systemd script seems to kill the server everytime an ssh connection is closed and start a new server with each new ssh login. continuum does reload everything but it kills whatever was running.
According to the documentation @continuum-boot can be added to start tmux when the server boots. (https://github.com/tmux-plugins/tmux-continuum/blob/master/docs/systemd_details.md).
The problem is that this systemd service appears to get killed everytime the ssh session closes and a new tmux server is started. So it kills the whole idea of using tmux in the first place.
Is this by design? This has never worked for me. The docs are asking for help for Linux:
Does anyone have this working properly?
The text was updated successfully, but these errors were encountered: