Kill processes on logout NetBSD sh.
Reading old UNIX manuals, they refer that when closing a session, shell processes opened on background will be closed. However, the default behavior is not like this.
In ksh, I can do set + o nohup
to restore that behavior, but I can't find a way to do it in sh.