From: Luca Boccassi Date: Mon, 25 Sep 2023 23:18:00 +0000 (+0100) Subject: docs: note root storage daemons can now also use SurviveFinalKillSignal=yes X-Git-Tag: v255-rc1~396^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F28545%2Fhead;p=thirdparty%2Fsystemd.git docs: note root storage daemons can now also use SurviveFinalKillSignal=yes --- diff --git a/docs/ROOT_STORAGE_DAEMONS.md b/docs/ROOT_STORAGE_DAEMONS.md index 86aefe10573..1ffebd64984 100644 --- a/docs/ROOT_STORAGE_DAEMONS.md +++ b/docs/ROOT_STORAGE_DAEMONS.md @@ -137,6 +137,9 @@ is a cool character which looks pretty in the ps output... 😎 Note that your code should only modify `argv[0][0]` and leave the comm name (i.e. `/proc/self/comm`) of your process untouched. +Since systemd v255, alternatively the `SurviveFinalKillSignal=yes` unit option +can be set, and provides the equivalent functionality to modifying `argv[0][0]`. + ## To which technologies does this apply? These recommendations apply to those storage daemons which need to stay around