]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: note root storage daemons can now also use SurviveFinalKillSignal=yes 28545/head
authorLuca Boccassi <bluca@debian.org>
Mon, 25 Sep 2023 23:18:00 +0000 (00:18 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 28 Sep 2023 12:48:14 +0000 (13:48 +0100)
docs/ROOT_STORAGE_DAEMONS.md

index 86aefe105739ee9db740ef5d7f184b72838401d9..1ffebd649843589e2c7e7ed7429eee64360ddbe1 100644 (file)
@@ -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