Skip to content
/ spawn Public

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

License

Notifications You must be signed in to change notification settings

CM4all/spawn

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published