Keeping a Job Active - nohup
Include the command nohup (no arguments) in your .logout file.
No need to use kill, logout normally.
Executed on logout, nohup directs the login shell to not stop child processes.
Processes survive because no signal is sent.