Category: linux
- 
		 Best way to handle background processes in linuxReading Time: < 1 minute Every programmer soon comes to a point where he requires to setup several jobs to run in the background with 100% uptime. For example a website server, email server, job schedulers etc. These processes are more like a daemon process. And as like any other job, these tend to stop…