Daemonize given program. Detach from terminal.
pfork is a simple project. You need:
- A C99 compiler
- scdoc (optional, for man page generation)
# Bootstrap build system
cc -o nob nob.c
# Build **pfork** and it's man page
./nob
License under GPL-3.0-or-later. See file LICENSE for details.
Created by sulincix. Forked and redesigned by kurth4cker.