Skip to content

Commit

Permalink
docs: note root storage daemons can now also use SurviveFinalKillSign…
Browse files Browse the repository at this point in the history
…al=yes
  • Loading branch information
bluca committed Sep 28, 2023
1 parent c7e3e0f commit b2a66dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ROOT_STORAGE_DAEMONS.md
Expand Up @@ -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
Expand Down

0 comments on commit b2a66dc

Please sign in to comment.