This program is not intended to actually do anything. It is meant to serve as an example and practice for creating a daemon project in C/C++ on Linux.
- http://shahmirj.com/blog/beginners-guide-to-creating-a-daemon-in-linux
- Tutorial says to read logs from /var/log/messages. Logs are actually stored in /var/log/syslog.