daemonize

Run a command (that does not daemonize itself) as a Unix daemon. More information: <http://software.clapper.org/daemonize/>.

Debian Debian
RUN apt-get update && \ apt-get install -y daemonize
Ubuntu
RUN apt-get update && \ apt-get install -y daemonize
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y daemonize
Fedora
RUN dnf install -y daemonize
Raspbian
RUN apt-get update && \ apt-get install -y daemonize
click the source code to copy install daemonize on any operating system with command-not-found.com