aboutsummaryrefslogtreecommitdiff

Daemonization

This is a simple boilerplate code for daemonizing a program written for learning purposes. It serves for me as a fast reminder on how to use getopt_long :)

I've also added systemd units. This "maintained-by-yourself" daemonization is discouraged by systemd (as it does this daemonization for you), the units are still simple but valuable (for me) though.