Home Configure Systemd to Enable User Processes to Continue to Run After Logout
Post
Cancel

Configure Systemd to Enable User Processes to Continue to Run After Logout

Ensure that services and processes that are started by a user continue after the user’s session has ended. This can be a problem for some Linux OS that do not hav ethis feature automatically enabled

1
sudo loginctl enable-linger $user

You can get more details here:

https://docs.oracle.com/en/operating-systems/oracle-linux/8/obe-systemd-linger/

This post is licensed under CC BY 4.0 by the author.