Archive for April 10th, 2008

Daemonize Anything

Business, CLI, Linux, Personal, Random Thoughts, Software Development | Posted by apokalyptik
Apr 10 2008

I hacked together this little C program from this other little c program. Basically acts as an execution wrapper that lets you fork() and detach and run a command in the background with a pidfile and log file for program output. So far I havent had any problems with it… but then I’m not a true C guy so any input is welcomed.