/C-Daemon-Boilerplate

Primary LanguageCThe UnlicenseUnlicense

C Daemon Boilerplate

This repository contains boilerplate C code for creating a service in a Unix system. Find the source code here: daemon.c

This repository will also have a basic systemd unit to automate the startup and keep the service up. I will add some basic explanation on how to configure both (the daemon and system unit).