daemon

Turn other processes into daemons that run in the background

brewmacoslinux
Try with needOr install directly
Source

About

Turn other processes into daemons

Commands

daemon

Examples

Run a script as a daemon$ daemon /path/to/script.sh
Start a process as daemon and save output to log file$ daemon -o /var/log/myapp.log /usr/bin/myapp
Run command as daemon with specific name$ daemon -n myservice /usr/local/bin/service