I've long used nohup for background processes that I want to run independently of the terminal. These types of jobs are usually long-running, sometimes launched over an SSH connection, and often have dependencies on other jobs.

Source: [Hacker News](https://github.com/ryancswallace/jobman)

Sponsored