Closed mattkatz closed 2 years ago
In trying to use continuum on ubuntu 21.10 I had 2 major problems the attempt to write the tmux.service file was to a directory that hadn't been created. I default to creating the path before we write, which should prevent this issue for others.
enabling the tmux service failed with a note about the KillMode - I've switched to control-group which I think makes sense.
No worries, I have opened https://github.com/tmux-plugins/tmux-continuum/pull/109 to deal with the deprecation of KillMode=none
In trying to use continuum on ubuntu 21.10 I had 2 major problems the attempt to write the tmux.service file was to a directory that hadn't been created. I default to creating the path before we write, which should prevent this issue for others.
enabling the tmux service failed with a note about the KillMode - I've switched to control-group which I think makes sense.