This follows the POSIX standard way of creating a daemon process. This does not use the systemd or other init system specifics.
11 lines
332 B
Markdown
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.
|