This follows the POSIX standard way of creating a daemon process. This does not use the systemd or other init system specifics.
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.
Description
Daemon is a Linux daemon creation library. Its sole purpose it to make a common simple way to create daemons for CyberMages LLC's server programs.
Languages
Rust
100%