Categories
Microblog

Systemd killing screen/tmux

Just spend 3 hours trying to figure out why systemd was killing my screen/tmux processes on logout. For anyone with the same issue:

  1. In /etc/systemd/logind.conf set KillUserProcesses=no and KillExcludeUsers=root YOUR_USERNAME
  2. Run sudo loginctl enable-linger YOUR_USERNAME

Was what fixed it for me in KDE Neon (Ubuntu 18.04).

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s