daemon-process
There are 6 repositories under daemon-process topic.
immortal/fork
Library for creating a new process detached from the controling terminal (daemon) using the fork and setsid syscalls.
ftraple/cpp-daemon-template
This is a deamon template implemented using the new style for systemd.
y10k/rims
Ruby IMap Server
sglbl/CSE-344
Assignments of CSE-344 / System Programming on POSIX using mutexes server client communication, pthreads, parent child communication, semaphores, daemon process, systemV / POSIX / binary semaphores, detached/joinable threads, supplier consumer relationship, pipes
SonJuHyung/ima_daemon
Dmesg monitoring daemon
dimitri4788/daemonizeMe
:ghost: Creating a daemon process; daemon-izing a process in a Unix based system.