aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2022-05-02 01:14:32 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2022-05-02 01:14:32 +0200
commit7be996b395a68b9bd1a6c7ad32cbca03bc97d858 (patch)
tree2173ef960e972249f532d5d6a72bba0fb6a08bee
parentd6c192805e54ccdc07f15afae6b5d0c74d7cf7d9 (diff)
Readme updateHEADmain
-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.