-
Notifications
You must be signed in to change notification settings - Fork 164
Description
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:
Linux
Help with this would be greatly appreciated. Please get in touch
Does anyone have this working properly?