~/git/blog

My brain-dump of random code/configuration.

13 Apr 2015

Fix Sshd Socket Activation When Using Tmux Slash Screen

When using sshd.socket to start sshd on demand, detaching from a tmux/screen session will not work. The reason is once the ssh session is closed, systemd will terminate all remaining processes in the sshd cgroups, which affects also the tmux/screen background process. However this behaviour can be changed using the following drop-in file:

[Service]
KillMode=process
comments powered by Disqus