aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e5b28f..4d1659e 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,7 @@
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.