/cm4all-spawn

Daemon which provides services to other daemons wishing to spawn child processes

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

spawn

spawn is a daemon which provides services to other daemons wishing to spawn child processes

For more information, read the manual in the doc directory.

Building spawn

You need:

Optional dependencies:

Get the source code:

git clone --recursive https://github.com/CM4all/spawn.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us