daemon/README.md
Jason Travis Smith 9d0425859b A Daemon can now be created using the Daemon::spawn function.
This follows the POSIX standard way of creating a daemon process.
This does not use the systemd or other init system specifics.
2017-10-11 01:04:30 -04:00

11 lines
332 B
Markdown

# Daemon #
A daemon creation library.
Its sole purpose it to make a common, simple way to create daemons
for CyberMages LLC's server programs. This is done following the
POSIX standard for maximum portability.
## Future ##
Currently, this is a POSIX library. In the future this may
help with setting up a Windows Service as well.