From 74b2c22fd78c977469ad9091671f86a7f4ff3dd7 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Tue, 17 Oct 2023 18:54:07 +0800 Subject: [PATCH] docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> all Fixes #29590 --- docs/FILE_DESCRIPTOR_STORE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FILE_DESCRIPTOR_STORE.md b/docs/FILE_DESCRIPTOR_STORE.md index 6cb569d6a4e..15973cd20b2 100644 --- a/docs/FILE_DESCRIPTOR_STORE.md +++ b/docs/FILE_DESCRIPTOR_STORE.md @@ -157,7 +157,7 @@ which is controlled via [`NotifyAccess=`](https://www.freedesktop.org/software/systemd/man/systemd.service.html#NotifyAccess=). By default only the main service process hence can push/remove fds, but by -setting `NotifyAccess=cgroup` this may be relaxed to allow arbitrary service +setting `NotifyAccess=all` this may be relaxed to allow arbitrary service child processes to do the same. # Soft Reboot