2017-09-02 04:22:28 -04:00
|
|
|
# Daemon #
|
2017-10-11 01:04:30 -04:00
|
|
|
A daemon creation library.
|
2017-09-02 04:22:28 -04:00
|
|
|
|
|
|
|
Its sole purpose it to make a common, simple way to create daemons
|
2017-10-11 01:04:30 -04:00
|
|
|
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.
|